diff-tuple-hashable-for-counter

Status: IN

The difference array in `odd-string-difference` is returned as a tuple (not list) specifically so it can be used as a `Counter` key — switching to list would break the frequency counting

Source: entries/2026/06/06/odd-string-difference-solution.md

JSON