https://github.com/jntakpe/aoc2021
Advent of code 2021
https://github.com/jntakpe/aoc2021
aoc-2021 aoc-2021-in-kotlin aoc-2021-in-rust kotlin rust
Last synced: about 1 month ago
JSON representation
Advent of code 2021
- Host: GitHub
- URL: https://github.com/jntakpe/aoc2021
- Owner: jntakpe
- License: mit
- Created: 2021-11-30T20:58:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T00:00:11.000Z (7 months ago)
- Last Synced: 2025-03-29T18:41:31.674Z (about 2 months ago)
- Topics: aoc-2021, aoc-2021-in-kotlin, aoc-2021-in-rust, kotlin, rust
- Language: Kotlin
- Homepage:
- Size: 259 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2021 🎅
Implementing puzzles from the great [Advent of Code 2021](https://adventofcode.com/) in both [Kotlin](https://kotlinlang.org/) and [Rust](https://www.rust-lang.org/)
# Quick links
| S | M | T | W | T | F | S |
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
| | | | 1 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day1), [Rust](rust/src/bin/day1.rs)) | 2 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day2), [Rust](rust/src/bin/day2.rs))| 3 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day3), [Rust](rust/src/bin/day3.rs)) | 4 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day4), [Rust](rust/src/bin/day4.rs)) |
| 5 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day5), [Rust](rust/src/bin/day5.rs)) | 6 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day6), [Rust](rust/src/bin/day6.rs)) | 7 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day7), [Rust](rust/src/bin/day7.rs)) | 8 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day8), [Rust](rust/src/bin/day8.rs))| 9 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day9), [Rust](rust/src/bin/day9.rs)) | 10 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day10), [Rust](rust/src/bin/day10.rs))| 11 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day11), [Rust](rust/src/bin/day11.rs))|
| 12 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day12), [Rust](rust/src/bin/day12.rs))| 13 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day13), [Rust](rust/src/bin/day13.rs))| 14 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day14), [Rust](rust/src/bin/day14.rs)) | 15 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day15), [Rust](rust/src/bin/day15.rs)) | 16 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day16)) | 17 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day17), [Rust](rust/src/bin/day15.rs)) | 18 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day18))|
| 19 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day19))| 20 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day20))| 21 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day21))| 22 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day22))| 23 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day23))| 24 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day24))| 25 ([Kotlin](kotlin/src/main/kotlin/com/github/jntakpe/aoc2021/days/day25))|