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 8ccb2b0e4b Added script to run all problems 5 jaren geleden
125 Added first puzzle and more requirements 5 jaren geleden
README.md Added script to run all problems 5 jaren geleden
all.sh Added script to run all problems 5 jaren geleden

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:

  • 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.