three-pointer-requires-strictly-sorted-input

Status: IN

`arraysIntersection` produces correct results only when all three input arrays are sorted in strictly increasing order (no duplicates within a single array); unsorted input causes the pointer-advance logic to skip valid matches.

Source: entries/2026/06/06/intersection-of-three-sorted-arrays-solution.md

JSON