diff options
author | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2022-12-22 13:59:36 +0100 |
---|---|---|
committer | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2022-12-22 13:59:36 +0100 |
commit | 1d5b4ebc2683a4bc085fd0cfd23da524f32334d0 (patch) | |
tree | 29fc2e25493e053f79d95297e598395e0a829891 /aoc-2021-kotlin/README.md | |
parent | c8a6d6010bddc3789f4770e66da3766fc4f470ad (diff) | |
download | gleam_aoc2020-1d5b4ebc2683a4bc085fd0cfd23da524f32334d0.tar.gz gleam_aoc2020-1d5b4ebc2683a4bc085fd0cfd23da524f32334d0.zip |
Update 2021 README
Diffstat (limited to 'aoc-2021-kotlin/README.md')
-rw-r--r-- | aoc-2021-kotlin/README.md | 55 |
1 files changed, 27 insertions, 28 deletions
diff --git a/aoc-2021-kotlin/README.md b/aoc-2021-kotlin/README.md index 5f72bcb..b17d517 100644 --- a/aoc-2021-kotlin/README.md +++ b/aoc-2021-kotlin/README.md @@ -5,34 +5,33 @@ 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 | 🌟 | 🌟 | +| Day | Problem Name | Part 1 | Part 2 | +| :----: | --------------------------------------------------------------- | :----: | :----: | +| **01** | [Sonar Sweep](https://adventofcode.com/2021/day/1) | :star: | :star: | +| **02** | [Dive!](https://adventofcode.com/2021/day/2) | :star: | :star: | +| **03** | [Binary Diagnostic](https://adventofcode.com/2021/day/3) | :star: | :star: | +| **04** | [Giant Squid](https://adventofcode.com/2021/day/4) | :star: | :star: | +| **05** | [Hydrothermal Venture](https://adventofcode.com/2021/day/5) | :star: | :star: | +| **06** | [Lanternfish](https://adventofcode.com/2021/day/6) | :star: | :star: | +| **07** | [The Treachery of Whales](https://adventofcode.com/2021/day/7) | :star: | :star: | +| **08** | [Seven Segment Search](https://adventofcode.com/2021/day/8) | :star: | :star: | +| **09** | [Smoke Basin](https://adventofcode.com/2021/day/9) | :star: | :star: | +| **10** | [Syntax Scoring](https://adventofcode.com/2021/day/10) | :star: | :star: | +| **11** | [Dumbo Octopus](https://adventofcode.com/2021/day/11) | :star: | :star: | +| **12** | [Passage Pathing](https://adventofcode.com/2021/day/12) | :star: | :star: | +| **13** | [Transparent Origami](https://adventofcode.com/2021/day/13) | :star: | :star: | +| **14** | [Extended Polymerization](https://adventofcode.com/2021/day/14) | :star: | :star: | +| **15** | [Chiton](https://adventofcode.com/2021/day/15) | :star: | :star: | +| **16** | [Packet Decoder](https://adventofcode.com/2021/day/16) | :star: | :star: | +| **17** | [Trick Shot](https://adventofcode.com/2021/day/17) | :star: | :star: | +| **18** | [Snailfish](https://adventofcode.com/2021/day/18) | :star: | :star: | +| **19** | [Beacon Scanner](https://adventofcode.com/2021/day/19) | :star: | :star: | +| **20** | [Trench Map](https://adventofcode.com/2021/day/20) | :star: | :star: | +| **21** | [Dirac Dice](https://adventofcode.com/2021/day/21) | :star: | :star: | +| **22** | [Reactor Reboot](https://adventofcode.com/2021/day/22) | :star: | :star: | +| **23** | [Amphipod](https://adventofcode.com/2021/day/23) | :star: | :star: | +| **24** | [Arithmetic Logic Unit](https://adventofcode.com/2021/day/24) | :star: | :star: | +| **25** | [Sea Cucumber](https://adventofcode.com/2021/day/25) | :star: | :star: | [github]: https://github.com/tchojnacki [template]: https://github.com/kotlin-hands-on/advent-of-code-kotlin-template |