|
|
@@ -9,5 +9,13 @@ Aiming for one a day, to try be a little consistent. |
|
|
|
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. |
|
|
|
- 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 |