|
hace 5 años | |
---|---|---|
66 | hace 5 años | |
100 | hace 5 años | |
125 | hace 5 años | |
175 | hace 5 años | |
176 | hace 5 años | |
182 | hace 5 años | |
197 | hace 5 años | |
595 | hace 5 años | |
627 | hace 5 años | |
701 | hace 5 años | |
804 | hace 5 años | |
1008 | hace 5 años | |
1299 | hace 5 años | |
1304 | hace 5 años | |
1323 | hace 5 años | |
1374 | hace 5 años | |
1379 | hace 5 años | |
README.md | hace 5 años | |
all.sh | hace 5 años |
Trying to do as many leetcode problems as possible.
Aiming for one a day, to try be a little consistent.
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.To run all problems you will need installed on your system:
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.