Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-r-r-o-w/advent-of-code
my solutions to advent of code
https://github.com/a-r-r-o-w/advent-of-code
advent-of-code c cpp python
Last synced: about 1 month ago
JSON representation
my solutions to advent of code
- Host: GitHub
- URL: https://github.com/a-r-r-o-w/advent-of-code
- Owner: a-r-r-o-w
- License: mit
- Created: 2023-12-18T21:33:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-30T06:16:32.000Z (about 1 year ago)
- Last Synced: 2024-12-05T17:41:39.419Z (about 1 month ago)
- Topics: advent-of-code, c, cpp, python
- Language: C++
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent-of-code
Solutions to [Advent of Code](https://adventofcode.com/) problems.
Over the few years of programming I've done, I've solved almost all AOC problems going back to 2019. Unfortunately, I haven't maintained my solutions and will be re-solving and stashing them here for no particular reason. I hope to, eventually, solve them in all the languages I know, and will learn, for fun.
### solutions
2023
| day | c | cpp | python | java | rust | javascript |
| :-: | :-: | :-: | :-: | :-: | :-: | :-: |
| 01 | [✔️](2023/01/c) | - | - | - | - | - |
| 02 | [✔️](2023/02/c) | - | - | - | - | - |
| 03 | [✔️](2023/03/c) | - | - | - | - | - |
| 04 | - | - | [✔️](2023/04/python) | - | - | - |
| 06 | - | [✔️](2023/06/cpp) | - | - | - | - |
| 07 | - | [✔️](2023/07/cpp) | - | - | - | - |
| 08 | - | - | [✔️](2023/08/python) | - | - | - |
| 09 | - | [✔️](2023/09/cpp) | - | - | - | - |
| 11 | - | [✔️](2023/11/cpp) | - | - | - | - |
| 13 | - | [✔️](2023/13/cpp) | - | - | - | - |
| 14 | - | [✔️](2023/14/cpp) | - | - | - | - |
| 15 | [✔️](2023/15/c) | [✔️](2023/15/cpp) | - | - | - | - |
| 16 | - | [✔️](2023/16/cpp) | - | - | - | - |
| 17 | - | [✔️](2023/17/cpp) | - | - | - | - |
| 18 | - | [✔️](2023/18/cpp) | - | - | - | - |
| 19 | - | - | [✔️](2023/19/python) | - | - | - |
| 24 | - | - | [✔️](2023/24/python) | - | - | - |