palindrome-perm-parity-reduction

Status: IN

The solution reduces character frequencies to their parity (odd/even) via `c % 2`, discarding actual counts — a common idiom in palindrome problems

Source: entries/2026/06/06/palindrome-permutation-solution.md

Depended on by

JSON