My LeetCode grinding. Trying to do a problem a day.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Lachlan Jacob b914e9f00f Easy rust robot před 5 roky
66 Added some more problems and structure před 5 roky
100 Adding more problems před 5 roky
125 Added some more problems and structure před 5 roky
175 Added some more problems and structure před 5 roky
176 Added some more problems and structure před 5 roky
182 Added some more problems and structure před 5 roky
197 Adding more problems před 5 roky
595 Another problem done před 5 roky
627 Another one bites the dust. před 5 roky
657 Easy rust robot před 5 roky
701 Cleanup added to c compile před 5 roky
728 New problem done před 5 roky
804 Another problem done před 5 roky
905 Another day another problem před 5 roky
1008 Did the pre-order traversal problem před 5 roky
1299 Adding more problems před 5 roky
1304 Done another před 5 roky
1323 Finished a new problem před 5 roky
1374 New problem před 5 roky
1379 Another one bites the dust před 5 roky
1387 Collatz Problem Done před 5 roky
README.md Added some more problems and structure před 5 roky
all.sh Added some more problems and structure před 5 roky

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.