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

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

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))|