Skip to content

Solutions to all 25 Advent of Code 2022 in Rust πŸ¦€ Less than 100 lines per day, total runtime of less than 1 second.

License

Notifications You must be signed in to change notification settings

AxlLind/AdventOfCode2022

Repository files navigation

AdventOfCode2022 πŸŽ„

Solutions to all 25 AoC 2022 in Rust πŸ¦€ Using less than 100 lines per day, and with a total runtime of 0.82 seconds.

I really liked 2022, it was a good AoC year. It was the year I finally reached my goal of hitting the top 100, 25th place on day 19!

For execution time of each solution, see timings.md.

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

This year I finally reached my goal of ending up on the leaderboard. On day 19, part 1 I got 25th in the world.

leaderboard placements

About

Solutions to all 25 Advent of Code 2022 in Rust πŸ¦€ Less than 100 lines per day, total runtime of less than 1 second.

Topics

Resources

License

Stars

Watchers

Forks