Skip to content

SCULX/leetcode_practice

Repository files navigation

GitHub Workflow Status (with event) GitHub issues GitHub repo size Test workflow

leetcode_practice

Use leetcode to learn algorithms

Attention

1.If you want to check the whole leetcode exercises, just see the main branch.
2.The mid branch is only a simplify version of the medium difficulty problem, with only the solution and no other compilation information included.
3.Future, I may creat a new branch called hard,which is the collection of hard difficulty questions and have the similar function with mid branch.

Workflow Intro

  1. This branch has integrated github flow workflow, and uses the official ubuntu online environment to continuous integration and test code. The detailed operation steps are as follows:

  1. Click Actions in the navigation bar on the main branch, then you may see image

In the above figure, you can see a wokrflow in the red box named lcpractice.

  1. Then click the lcpractice to manually run and you may see image

Click ①Run workflow first, then click ②run workflow.

  1. Wait for the system to automatically run and test, or click on it to enter the details page like this image

In this image, you can see that 5 steps need to be executed, and Set up job and Complete job are system self-taking.
Others such as cloneinstallruntesttest are self-set. These run on the ubuntu system provided by github.

  1. Due to the writing environment is Windows and testing environment is Linux, there may be many file format issues, so the execution of the. exe file was not carried out in the test.

About

Use leetcode to learn algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published