Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/womb0comb0/adventofcode
https://github.com/womb0comb0/adventofcode
advent-of-code advent-of-code-2023 javascript python typescript
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/womb0comb0/adventofcode
- Owner: WomB0ComB0
- Created: 2023-12-05T01:48:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T13:07:02.000Z (about 1 year ago)
- Last Synced: 2023-12-19T15:58:32.008Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2023, javascript, python, typescript
- Language: JavaScript
- Homepage: https://adventofcode.com/
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🎄 Advent of Code 🎄
✨ Here are my solutions for the yearly Advent of Code[^aoc] challenges.
README Credit[^robin]
Total stars: **58**
| Day | [2015][link-2015] | [2016][link-2016] | [2017][link-2017] | [2018][link-2018] | [2019][link-2019] | [2020][link-2020] | [2021][link-2021] | [2022][link-2022] | [2023][link-2023] |
| :--------: | :---------------- | :---------------- | :---------------- | :---------------- | :---------------- | :---------------- | :---------------- | :---------------- | :---------------- |
| **1** | ⭐⭐ | | | | | | ⭐⭐ | ⭐⭐ | ⭐⭐ |
| **2** | ⭐⭐ | | | | | | ⭐⭐ | ⭐⭐ | ⭐⭐ |
| **3** | ⭐⭐ | | | | | | ⭐⭐ | | ⭐⭐ |
| **4** | ⭐⭐ | | | | | | ⭐⭐ | | ⭐⭐ |
| **5** | ⭐⭐ | | | | | | ⭐⭐ | | ⭐⭐ |
| **6** | ⭐⭐ | | | | | | ⭐⭐ | | ⭐⭐ |
| **7** | | | | | | | ⭐⭐ | | ⭐⭐ |
| **8** | | | | | | | ⭐⭐ | | ⭐⭐ |
| **9** | | | | | | | ⭐⭐ | | ⭐⭐ |
| **10** | | | | | | | ⭐⭐ | | ⭐⭐ |
| **11** | | | | | | | ⭐⭐ | | |
| **12** | | | | | | | | | |
| **13** | | | | | | | | | |
| **14** | | | | | | | | | |
| **15** | | | | | | | | | |
| **16** | | | | | | | | | |
| **17** | | | | | | | | | |
| **18** | | | | | | | | | |
| **19** | | | | | | | | | |
| **20** | | | | | | | | | |
| **21** | | | | | | | | | |
| **22** | | | | | | | | | |
| **23** | | | | | | | | | |
| **24** | | | | | | | | | |
| **25** | | | | | | | | | |
| **Total:** | 12 | 0 | 0 | 0 | 0 | 0 | 22 | 4 | 20 |[link-2015]: https://github.com/NathanRoark/advent-of-code/tree/main/src/2015
[link-2016]: https://github.com/NathanRoark/advent-of-code/tree/main/src/2016
[link-2017]: https://github.com/NathanRoark/advent-of-code/tree/main/src/2017
[link-2018]: https://github.com/NathanRoark/advent-of-code/tree/main/src/2018
[link-2019]: https://github.com/NathanRoark/advent-of-code/tree/main/src/2019
[link-2020]: https://github.com/NathanRoark/advent-of-code/tree/main/src/2020
[link-2021]: https://github.com/NathanRoark/advent-of-code/tree/main/src/2021
[link-2022]: https://github.com/NathanRoark/advent-of-code/tree/main/src/2022
[link-2023]: https://github.com/NathanRoark/advent-of-code/tree/main/src/2023[^aoc]: [Advent of Code][aoc] – is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
[^robin]: [RobinMalfait/advent-of-code][robin] – Readme taken from RobinMalfait.[aoc]: https://adventofcode.com
[robin]: https://github.com/RobinMalfait/advent-of-code