My entries to the yearly advent calendar full of programming puzzles. See https://adventofcode.com/2022/
Find a file
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.
2022-12-06 11:34:52 +01:00
day4 Day 4 (Puzzle 2) - Camp Cleanup 2022-12-04 20:31:43 +01:00
day5 Day 5 - Supply Stacks (puzzle 2) 2022-12-05 16:24:52 +01:00
day6 Day 6 (Puzzle 2) - Tuning Trouble 2022-12-06 11:34:52 +01:00
.gitignore Fixed gitignore to ignore target folders 2022-12-04 20:31:23 +01:00