Welcome to the Advent of Code1 Kotlin project created by me using the Advent of Code Kotlin Template delivered by JetBrains.
In this repository, I am about to provide solutions for the puzzles using Kotlin language.
In the following table you can find my submissions.
Day | Problem | Part One | Part Two | Solution |
---|---|---|---|---|
1 | Calorie Counting | ✔️ Solved | ✔️ Solved | Day01.kt |
2 | Rock Paper Scissors | ✔️ Solved | ✔️ Solved | Day02.kt |
3 | Rucksack Reorganization | ✔️ Solved | ✔️ Solved | Day03.kt |
4 | Camp Cleanup | ✔️ Solved | ✔️ Solved | Day04.kt |
5 | Supply Stacks | ✔️ Solved | ✔️ Solved | Day05.kt |
6 | Tuning Trouble | ✔️ Solved | ✔️ Solved | Day06.kt |
7 | No Space Left On Device | ✔️ Solved | ✔️ Solved | Day07.kt |
8 | Treetop Tree House | ✔️ Solved | ✔️ Solved | Day08.kt |
Footnotes
-
Advent of Code – An annual event of Christmas-oriented programming challenges started December 2015. Every year since then, beginning on the first day of December, a programming puzzle is published every day for twenty-five days. You can solve the puzzle and provide an answer using the language of your choice. ↩