Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/osipxd/advent-of-code-legacy

My advent of code solutions in Kotlin
https://github.com/osipxd/advent-of-code-legacy

advent-of-code advent-of-code-2020 advent-of-code-2021 kotlin

Last synced: 28 days ago
JSON representation

My advent of code solutions in Kotlin

Awesome Lists containing this project

README

        

# [Advent of Code](https://adventofcode.com/)

Advent of Code solutions in Kotlin.

## [2021](https://adventofcode.com/2021)

- [Day 1: Sonar Sweep](2021/src/main/kotlin/Day1.kt)
[Input](2021/src/test/resources/day1.txt) |
[Test](2021/src/test/kotlin/Day1Test.kt)

- [Day 2: Dive!](2021/src/main/kotlin/Day2.kt)
[Input](2021/src/test/resources/day2.txt) |
[Test](2021/src/test/kotlin/Day2Test.kt)

- [Day 3: Binary Diagnostic](2021/src/main/kotlin/Day3.kt)
[Input](2021/src/test/resources/day3.txt) |
[Test](2021/src/test/kotlin/Day3Test.kt)

## [2020](https://adventofcode.com/2020)

- [Day 1: Report Repair](2020/src/main/kotlin/Day1.kt)
[Input](2020/src/test/resources/day1.txt) |
[Test](2020/src/test/kotlin/Day1Test.kt)

- [Day 2: Password Philosophy](2020/src/main/kotlin/Day2.kt)
[Input](2020/src/test/resources/day2.txt) |
[Test](2020/src/test/kotlin/Day2Test.kt)

- [Day 3: Toboggan Trajectory](2020/src/main/kotlin/Day3.kt)
[Input](2020/src/test/resources/day3.txt) |
[Test](2020/src/test/kotlin/Day3Test.kt)

- [Day 4: Passport Processing](2020/src/main/kotlin/Day4.kt)
[Input](2020/src/test/resources/day4.txt) |
[Test](2020/src/test/kotlin/Day4Test.kt)

- [Day 5: Binary Boarding](2020/src/main/kotlin/Day5.kt)
[Input](2020/src/test/resources/day5.txt) |
[Test](2020/src/test/kotlin/Day5Test.kt)

- [Day 6: Custom Customs](2020/src/main/kotlin/Day6.kt)
[Input](2020/src/test/resources/day6.txt) |
[Test](2020/src/test/kotlin/Day6Test.kt)

- [Day 7: Handy Haversacks](2020/src/main/kotlin/Day7.kt)
[Input](2020/src/test/resources/day7.txt) |
[Test](2020/src/test/kotlin/Day7Test.kt)