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
d93acf1fa6
Successfully finished puzzle 1 in Rust by keeping a queue (VecDeque) of the last 4 characters and a function that checks for duplicate characters on any queue. Rust is kinda nice. At least helpful errors. |
2 years ago | |
---|---|---|
day4 | 2 years ago | |
day5 | 2 years ago | |
day6 | 2 years ago | |
.gitignore | 2 years ago |