palindrome-perm-linear-time

Status: IN

The solution runs in O(n) time and O(k) space where k is the alphabet size, dominated by `Counter` construction

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

JSON