find-difference-set-minus-idiom

Status: IN

`findDifference` uses Python's set `-` operator for symmetric difference — converts both inputs to sets, then computes `set1 - set2` and `set2 - set1`.

Source: entries/2026/06/06/find-the-difference-of-two-arrays-solution.md

Depended on by

JSON