Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/osipxd/advent-of-code-legacy
- Owner: osipxd
- License: mit
- Created: 2021-07-21T18:46:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T08:22:21.000Z (almost 3 years ago)
- Last Synced: 2023-11-30T23:28:49.924Z (11 months ago)
- Topics: advent-of-code, advent-of-code-2020, advent-of-code-2021, kotlin
- Language: Kotlin
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)