aboutsummaryrefslogtreecommitdiff
path: root/aoc-2021-kotlin/README.md
blob: e2188a45fdb0ef4952d158e31d6665be35e01a69 (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Advent of Code 2021 in Kotlin
![Kotlin](https://img.shields.io/badge/Kotlin-grey?logo=Kotlin)
![41/50 stars](https://img.shields.io/badge/🌟%20stars-41/50-orange)
![21/25 days](https://img.shields.io/badge/📅%20days-21/25-blue)

Welcome to the Advent of Code Kotlin project created by [tchojnacki][github] using the
[Advent of Code Kotlin Template][template] delivered by JetBrains.

## Progress

| Day                             | Part 1 | Part 2 |
|---------------------------------|:------:|:------:|
| Day 1: Sonar Sweep              |   🌟   |   🌟   |
| Day 2: Dive!                    |   🌟   |   🌟   |
| Day 3: Binary Diagnostic        |   🌟   |   🌟   |
| Day 4: Giant Squid              |   🌟   |   🌟   |
| Day 5: Hydrothermal Venture     |   🌟   |   🌟   |
| Day 6: Lanternfish              |   🌟   |   🌟   |
| Day 7: The Treachery of Whales  |   🌟   |   🌟   |
| Day 8: Seven Segment Search     |   🌟   |   🌟   |
| Day 9: Smoke Basin              |   🌟   |   🌟   |
| Day 10: Syntax Scoring          |   🌟   |   🌟   |
| Day 11: Dumbo Octopus           |   🌟   |   🌟   |
| Day 12: Passage Pathing         |   🌟   |   🌟   |
| Day 13: Transparent Origami     |   🌟   |   🌟   |
| Day 14: Extended Polymerization |   🌟   |   🌟   |
| Day 15: Chiton                  |   🌟   |   🌟   |
| Day 16: Packet Decoder          |   🌟   |   🌟   |
| Day 17: Trick Shot              |   🌟   |   🌟   |
| Day 18: Snailfish               |   🌟   |   🌟   |
| Day 19: Beacon Scanner          |   🌟   |   🌟   |
| Day 20: Trench Map              |        |        |
| Day 21: Dirac Dice              |        |        |
| Day 22: Reactor Reboot          |        |        |
| Day 23: Amphipod                |        |        |
| Day 24: Arithmetic Logic Unit   |   🌟   |   🌟   |
| Day 25: Sea Cucumber            |   🌟   |        |

[aoc]: https://adventofcode.com

[github]: https://github.com/tchojnacki

[template]: https://github.com/kotlin-hands-on/advent-of-code-kotlin-template