2 Commits (main)

Author SHA1 Message Date
Peery 177390320f Day 6 (Puzzle 2) - Tuning Trouble
Task changed from detecting a unique sequence of length 4 to a unique sequence of length 14.
Just had to change a single if-check from checking for uniqueness (and potentially returning the position) from 4 to 14.
1 year ago
Peery d93acf1fa6 Day 6 (Puzzle 1) - Tuning Trouble
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.
1 year ago