Hi! And welcome to my advent of code project! Here you can find all my solutions for the AOC puzzles.
I use advent of code to compete with coworkers and friends, to see which one of use can produce the most efficient or the most pretty looking code, but also to learn new languages!
Feel free to take a look around and judge my code 😈
All subprojects in this repository. | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
2024 | 2023 | 2022 | 2021 | 2020 | 2019 | 2018 | 2017 | 2016 | 2015 | ||
Day | Kotlin | Kotlin | Kotlin | Kotlin | Kotlin | Lua | None | None | None | Kotlin | Java |
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 | ⭐⭐ | ⭐⭐ |
Made in Kotlin. Used to find day classes and load input files for Java/Kotlin projects. Also used to run simulations.
Made in Kotlin. Primarily used to build day instances with data and run test assertions.