My LeetCode grinding. Trying to do a problem a day.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lachlan Jacob 476ea6bbf7 Bonus puzzle for April challenge hace 5 años
66 Added some more problems and structure hace 5 años
100 Adding more problems hace 5 años
125 Added some more problems and structure hace 5 años
136 Bonus puzzle for April challenge hace 5 años
175 Added some more problems and structure hace 5 años
176 Added some more problems and structure hace 5 años
182 Added some more problems and structure hace 5 años
197 Adding more problems hace 5 años
595 Another problem done hace 5 años
627 Another one bites the dust. hace 5 años
657 Easy rust robot hace 5 años
701 Cleanup added to c compile hace 5 años
728 New problem done hace 5 años
804 Another problem done hace 5 años
905 Another day another problem hace 5 años
961 Done problem hace 5 años
1008 Did the pre-order traversal problem hace 5 años
1299 Adding more problems hace 5 años
1304 Done another hace 5 años
1323 Finished a new problem hace 5 años
1374 New problem hace 5 años
1379 Another one bites the dust hace 5 años
1387 Collatz Problem Done hace 5 años
1394 Another problem done with Rust hace 5 años
README.md Added some more problems and structure hace 5 años
all.sh Added some more problems and structure hace 5 años

README.md

LeetCode Problems

Trying to do as many leetcode problems as possible.

Aiming for one a day, to try be a little consistent.

Format

Folder Names will Be Puzzle Numbers and contain:

  • problem.txt - A plain text file with a problem description.
  • main.<language extension> will be the code submitted. (Some code may have to be modified to run outside of LeetCode’s driver).
  • run.sh (This will contain a bash scipt to run/compile+run the code.

Necessary Dependencies

To run all problems you will need installed on your system:

  • python3 (preferably >3.8)
  • rustc
  • gcc
  • SQlite

Then you can see all the problems go through an example case with:

$ ./all.sh

Why you would want to do this I do not know, but it’s kind of cool.