My LeetCode grinding. Trying to do a problem a day.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Lachlan Jacob b60b71c90b Adding more problems pirms 5 gadiem
66 Added some more problems and structure pirms 5 gadiem
100 Adding more problems pirms 5 gadiem
125 Added some more problems and structure pirms 5 gadiem
175 Added some more problems and structure pirms 5 gadiem
176 Added some more problems and structure pirms 5 gadiem
182 Added some more problems and structure pirms 5 gadiem
197 Adding more problems pirms 5 gadiem
701 Cleanup added to c compile pirms 5 gadiem
1299 Adding more problems pirms 5 gadiem
1323 Finished a new problem pirms 5 gadiem
README.md Added some more problems and structure pirms 5 gadiem
all.sh Added some more problems and structure pirms 5 gadiem

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.