Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robinmalfait/advent-of-code


https://github.com/robinmalfait/advent-of-code

advent-of-code javascript rust

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code

:wave: Here are my solutions for the yearly Advent of Code[^aoc] challenges.

Total stars: **315**

| 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:** | 34 | 22 | 18 | 20 | 37 | **50** | 41 | **50** | 43 |

[link-2015]: https://github.com/RobinMalfait/advent-of-code/tree/main/src/2015
[link-2016]: https://github.com/RobinMalfait/advent-of-code/tree/main/src/2016
[link-2017]: https://github.com/RobinMalfait/advent-of-code/tree/main/src/2017
[link-2018]: https://github.com/RobinMalfait/advent-of-code/tree/main/src/2018
[link-2019]: https://github.com/RobinMalfait/advent-of-code/tree/main/src/2019
[link-2020]: https://github.com/RobinMalfait/advent-of-code/tree/main/src/2020
[link-2021]: https://github.com/RobinMalfait/advent-of-code/tree/main/src/2021
[link-2022]: https://github.com/RobinMalfait/advent-of-code/tree/main/src/2022
[link-2023]: https://github.com/RobinMalfait/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.

[aoc]: https://adventofcode.com