This repo is implementation in Kotlin to solve puzzles of 2022 Advent of Code:
https://adventofcode.com/
As Kotlin beginner, please tell me how to improve !
If someone wants to reuse this repo, you can src.main.kotlin.Utils.use Junit Tests available in test folder.
Simply create a class extending AdventCalendarDay and implement the two abstract methods.
Day | Stars | Difficulty | Pride |
---|---|---|---|
1 | ⭐⭐ | ⭐ | 😃 |
2 | ⭐⭐ | ⭐⭐⭐ | 😕 |
3 | ⭐⭐ | ⭐ | 💓 |
4 | ⭐⭐ | ⭐⭐ | 😃 |
5 | ⭐⭐ | ⭐ | 💓 |
6 | ⭐⭐ | ⭐ | 💓 |
7 | ⭐⭐ | ⭐⭐⭐ | 💓 |
8 | ⭐⭐ | ⭐⭐ | 😕 |
9 | ⭐⭐ | ⭐⭐ | 😃 |
10 | ⭐⭐ | ⭐ | 😃 |
11 | ⭐⭐ | ⭐⭐ | 😕 |
12 | ⭐⭐ | ⭐⭐ | 💓 |
13 | ⭐⭐ | ⭐⭐⭐ | 😕 |
14 | ⭐⭐ | ⭐⭐ | 😃 |
15 | ⭐⭐ | ⭐⭐⭐ | 😃 |
16 | ⭐⭐ | ⭐⭐⭐ | shame (not my code: credit goes to zanmagerl) |
17 | ⭐ | ||
18 | |||
19 | |||
20 | |||
21 | |||
22 | |||
23 | |||
24 |