Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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