|
|
|
|
|
|
|
|
|
|
|
|
|
|
Folder Names will Be Puzzle Numbers and contain: |
|
|
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). |
|
|
|
|
|
|
|
|
- `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 |
|
|
## Necessary Dependencies |
|
|
|
|
|
|
|
|
- rustc |
|
|
- rustc |
|
|
- gcc |
|
|
- gcc |
|
|
- SQlite |
|
|
- SQlite |
|
|
|
|
|
|
|
|
|
|
|
Then you can see all the problems go through an example case with: |
|
|
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
|
|
$ ./all.sh |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Why you would want to do this I do not know, but it's kind of cool. |
|
|
|
|
|
|