My solutions to AoC https://adventofcode.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
2015/rust | 6 months ago | |
2018 | 6 months ago | |
2020/rust | 1 year ago | |
2021/rust | 2 months ago | |
.gitignore | 2 months ago | |
README.md | 4 months ago |
README.md
My solutions to the Advent of Code challenge. I mostly use AoC as a way to learn new languages, so don't expect quality or idiomatic code :)
So far I've done (in this order):
- 2021 (Almost complete) in Rust.
- 2020 (Complete) in Rust, with some Python code for some sanity checks.
- 2018 (Complete) in Rust.
- 2015 (42/50) in Rust. I took a long break, so the solutions use two different structures.
- 2018 (mostly complete) in Go.