Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igalarzab/coding-exercises
https://github.com/igalarzab/coding-exercises
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/igalarzab/coding-exercises
- Owner: igalarzab
- Created: 2023-12-03T11:47:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T16:13:59.000Z (about 1 year ago)
- Last Synced: 2024-11-06T18:01:41.712Z (3 months ago)
- Language: Python
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coding Exercises
Solutions for some of the coding exercises I've done. There are folders for each specific competition/challenge.
### Run locally
I'm using a variaty of languages so, to simplify the execution, there is a shell script in each exercise that runs the
problem using the right compiler/interpreter and checks the output with the expected one. Example:```sh
$ cd 2023-advent-of-code/day-01-trebuchet
$ ./runner.sh
```As a general rule I'm using only the standard library of each language so there should be no external
dependencies needed, but there is a `.tools-version` file ([asdf](https://asdf-vm.com/)) pointing to the right versions
of the compilers/interpreters I'm using.