package
0.0.0-20241217141415-9047960d484b
Repository: https://github.com/matthewchivers/advent-of-code.git
Documentation: pkg.go.dev

# README

Day 6: Tuning Trouble

Using puzzle from the website 2022/day/6.

The Elves' communication device needs to detect specific markers in a datastream of characters. The first task is to identify how many characters must be processed before detecting a start-of-packet marker, defined as the first occurrence of four distinct consecutive characters (e.g., 7 in the example). The second task is to determine the number of characters needed to detect a start-of-message marker, which consists of 14 distinct consecutive characters (e.g., 19 in the example).