pairwise-inequality-for-fixed-window

Status: IN

For the size-3 sliding window, three explicit pairwise `!=` checks are used instead of `len(set(window)) == 3` — a micro-optimization that avoids set construction

Source: entries/2026/06/06/substrings-of-size-three-with-distinct-characters-solution.md

JSON