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 2aa7e30710 Another one done, after a little break il y a 5 ans
problems Another one done, after a little break il y a 5 ans
README.md New problem done il y a 5 ans
all.sh Modify dir structure for cleaner repo 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
  • g++

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.