Expand description

This is my solution for Advent of Code - Day 6 - Tuning Trouble

Find substrings with a unique set of characters in a much larger string

Structs

  • Counts 🔒
    Represents a window of characters over a data stream by their counts

Functions

  • Find the first substring of unique consecutive characters with length window_size
  • The entry point for running the solutions with the ‘real’ puzzle input.