My LeetCode grinding. Trying to do a problem a day.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Lachlan Jacob 967ee005d8 April Day 4 done 5 anos atrás
53 April day 3 done 5 anos atrás
66 Added some more problems and structure 5 anos atrás
100 Adding more problems 5 anos atrás
125 Added some more problems and structure 5 anos atrás
136 Bonus puzzle for April challenge 5 anos atrás
175 Added some more problems and structure 5 anos atrás
176 Added some more problems and structure 5 anos atrás
182 Added some more problems and structure 5 anos atrás
197 Adding more problems 5 anos atrás
202 Day 2 April Challenge done 5 anos atrás
283 April Day 4 done 5 anos atrás
461 New problem done 5 anos atrás
595 Another problem done 5 anos atrás
627 Another one bites the dust. 5 anos atrás
657 Easy rust robot 5 anos atrás
701 Cleanup added to c compile 5 anos atrás
728 New problem done 5 anos atrás
804 Another problem done 5 anos atrás
852 Another problem done 5 anos atrás
905 Another day another problem 5 anos atrás
961 Done problem 5 anos atrás
977 Another problem done 5 anos atrás
1008 Did the pre-order traversal problem 5 anos atrás
1299 Adding more problems 5 anos atrás
1304 Done another 5 anos atrás
1323 Finished a new problem 5 anos atrás
1374 New problem 5 anos atrás
1379 Another one bites the dust 5 anos atrás
1387 Collatz Problem Done 5 anos atrás
1394 Another problem done with Rust 5 anos atrás
README.md April Day 4 done 5 anos atrás
all.sh Added some more problems and structure 5 anos atrás

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

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.