My LeetCode grinding. Trying to do a problem a day.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Lachlan Jacob b32ac0f7e2 Another problem done il y a 5 ans
53 April day 3 done il y a 5 ans
66 Added some more problems and structure il y a 5 ans
100 Adding more problems il y a 5 ans
125 Added some more problems and structure il y a 5 ans
136 Bonus puzzle for April challenge il y a 5 ans
175 Added some more problems and structure il y a 5 ans
176 Added some more problems and structure il y a 5 ans
182 Added some more problems and structure il y a 5 ans
197 Adding more problems il y a 5 ans
202 Day 2 April Challenge done il y a 5 ans
461 New problem done il y a 5 ans
595 Another problem done il y a 5 ans
627 Another one bites the dust. il y a 5 ans
657 Easy rust robot il y a 5 ans
701 Cleanup added to c compile il y a 5 ans
728 New problem done il y a 5 ans
804 Another problem done il y a 5 ans
852 Another problem done il y a 5 ans
905 Another day another problem il y a 5 ans
961 Done problem il y a 5 ans
977 Another problem done il y a 5 ans
1008 Did the pre-order traversal problem il y a 5 ans
1299 Adding more problems il y a 5 ans
1304 Done another il y a 5 ans
1323 Finished a new problem il y a 5 ans
1374 New problem il y a 5 ans
1379 Another one bites the dust il y a 5 ans
1387 Collatz Problem Done il y a 5 ans
1394 Another problem done with Rust il y a 5 ans
README.md Added some more problems and structure il y a 5 ans
all.sh Added some more problems and structure il y a 5 ans

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.