My entries to the yearly advent calendar full of programming puzzles. See https://adventofcode.com/2022/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peery 8783562d39 Day 5 - Supply Stacks (Puzzle 1)
Successfully finished the stack and instruction parsing and execution in Rust.
Took a bit and I've discovered that VecDeque are just more handy than plain Vecs but it works.
2 years ago
day4 Day 4 (Puzzle 2) - Camp Cleanup 2 years ago
day5 Day 5 - Supply Stacks (Puzzle 1) 2 years ago
.gitignore Fixed gitignore to ignore target folders 2 years ago