Advent of Code 2022: Days 6-10 With PostgreSQL
AoC 2022: Day 6-10 with PostgreSQL Day 6: Tuning Trouble A fun puzzle, we were given a long string of characters which we then had to find sets of transmission markers by identifying non-repeating characters. For Star 1, we had to find the “start-of-packet” marker by finding the first set of four non-repeating characters. After … Read more