AxlLind / AdventOfCode2020

Solutions to all 25 AoC 2020 problems in Rust :christmas_tree:

Home Page:http://adventofcode.com/2020

Repository from Github https://github.comAxlLind/AdventOfCode2020Repository from Github https://github.comAxlLind/AdventOfCode2020

AdventOfCode2020 πŸ¦€

Solutions to all 25 AoC 2020 problems in Rust πŸ¦€

This year I went all out and went up at 5:50 every single day (except day 5 when I overslept 😒) to do the puzzles. I tried to aim for relatively high scores on the leaderboard and got as high as 116 on day 20, however competing against Python with Rust is difficult. Solved most problems in less than one hour though, and consistently hit top 1000 on a lot of the problems. This year was cool but a lot easier than 2019.

See notes.md for some thoughts I wrote down after completing each day.

See timings.md for the execution time of each solution.

Thanks for another amazing year of AoC @ericwastl πŸŽ„

Usage

cargo run --release --bin [DAY] # run a specific day
cargo run --release             # run all days

All years

  • 2024 in Rust πŸ¦€
  • 2023 in Rust πŸ¦€
  • 2022 in Rust πŸ¦€
  • 2021 in Rust πŸ¦€
  • 2020 in Rust πŸ¦€
  • 2019 in Rust πŸ¦€
  • 2018 in Python 🐍
  • 2017 in Haskell Ξ»
  • 2016 in OCaml 🐫
  • 2015 in Clojure Ξ»

Leaderboard

leaderboard

About

Solutions to all 25 AoC 2020 problems in Rust :christmas_tree:

http://adventofcode.com/2020

License:MIT License


Languages

Language:Rust 99.4%Language:C 0.4%Language:Shell 0.1%