intersect-ii-output-follows-nums2-order

Status: IN

The output of `intersect` reflects the iteration order of `nums2`, not `nums1`, because elements are appended as `nums2` is walked.

Source: entries/2026/06/06/intersection-of-two-arrays-ii-solution.md

JSON