All Projects → AxlLind → AdventOfCode2021

AxlLind / AdventOfCode2021

Licence: MIT license
Solutions to all 25 AoC 2021 problems in Rust 🦀 Less than 100 lines per day and under 1 second total execution time. With competitive global leaderboard placements! 🎄

Programming Languages

rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to AdventOfCode2021

AoCHelper
Helper .NET library for solving Advent of Code puzzles
Stars: ✭ 22 (-35.29%)
Mutual labels:  advent-of-code, aoc, advent-of-code-2021, aoc2021
advent-of-code-2021
🎄 My Advent of Code solutions in Rust. http://adventofcode.com/2021
Stars: ✭ 173 (+408.82%)
Mutual labels:  advent-of-code, aoc, advent-of-code-2021, aoc2021
adventofcode
Advent of Code solutions 2015-2021
Stars: ✭ 95 (+179.41%)
Mutual labels:  advent-of-code, aoc, advent-of-code-2021, aoc2021
adventofcode-solver
🎄 Advent of Code (2015-2021) in JavaScript
Stars: ✭ 16 (-52.94%)
Mutual labels:  advent-of-code, aoc, advent-of-code-2021
advent-of-code
Solutions to the Advent of Code editions, mainly using Kotlin.
Stars: ✭ 14 (-58.82%)
Mutual labels:  aoc, aoc2021
adventofcode
🎄 Advent of Code (2015-2021) in C#
Stars: ✭ 114 (+235.29%)
Mutual labels:  advent-of-code, advent-of-code-2021
advent-of-code
My solutions for Advent of Code
Stars: ✭ 32 (-5.88%)
Mutual labels:  advent-of-code, advent-of-code-rust
AdventOfCode2021
My solutions to Advent of Code 2021
Stars: ✭ 15 (-55.88%)
Mutual labels:  advent-of-code, advent-of-code-2021
adventofcode-21
AdventOfCode 2021 solutions from the Devcord server
Stars: ✭ 12 (-64.71%)
Mutual labels:  advent-of-code, advent-of-code-2021
advent-of-code
My Advent of Code Solutions - 350/350 Stars
Stars: ✭ 30 (-11.76%)
Mutual labels:  advent-of-code, advent-of-code-2021
awesome-adventjs
🎅🎄 A collection of awesome resources related to the adventJS challenge https://adventjs.dev by @midudev
Stars: ✭ 45 (+32.35%)
Mutual labels:  advent-of-code, advent-of-code-2021
AdventOfCode-Java
adventOfCode(Language.JAVA);
Stars: ✭ 15 (-55.88%)
Mutual labels:  advent-of-code, advent-of-code-2021
aoc2021
Advent of Code 2021 - my answers
Stars: ✭ 25 (-26.47%)
Mutual labels:  advent-of-code, advent-of-code-2021
advent-of-code-2019
Advent of Code 2019 Submissions
Stars: ✭ 27 (-20.59%)
Mutual labels:  advent-of-code, aoc
adventofcode
Solutions I've written for Advent of Code
Stars: ✭ 85 (+150%)
Mutual labels:  advent-of-code
aoc
advent of code
Stars: ✭ 18 (-47.06%)
Mutual labels:  aoc
rust-advent
Learning Rust by solving advent of code challenges (Streaming live on Twitch every Monday)
Stars: ✭ 20 (-41.18%)
Mutual labels:  advent-of-code
aoc
Advent of Code CLI for reading, running and submitting.
Stars: ✭ 30 (-11.76%)
Mutual labels:  advent-of-code
aoc-dev-resources
Useful repositories and articles related to developing software and analysis for Age of Empires II.
Stars: ✭ 40 (+17.65%)
Mutual labels:  aoc
aoc2017
Advent of Code 2017
Stars: ✭ 15 (-55.88%)
Mutual labels:  advent-of-code

AdventOfCode2021 🎄

Solutions to all 25 AoC 2021 problems in Rust, using less than 100 lines per day, with a total execution time of less than a second 🦀

All solutions are quite short and efficient while still being readable and idiomatic. The code emits zero clippy warnings and has a total execution time of about 0.85s!

See timings.md for execution time and output of each solution.

Thanks again for another amazing year of AoC, especially the subreddit community and of course @ericwastl! Overall, I thought 2021 was one of the best years yet. The difficult was just right. Definitely harder than 2020 I thought but not more than 2019.

Usage

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

Other years

Leaderboard placings

The puzzles unlock at 06:00 in the morning in my timezone. This is the second year in a row I've set an alarm for 5:50 for 25 days in a row to complete for leaderboard placings (except day 11 when I overslept)!

Went very well this year compared to last year, top 1000 for 18/25 days. Set a new personal best of 153!

leaderboard

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].