anagram-check-uses-sorted-canonical-form

Status: IN

Anagram comparison in `anagramOperations` uses `sorted(word) == sorted(other)` — O(k log k) per word but avoids the complexity of frequency-counting approaches.

Source: entries/2026/06/06/find-resultant-array-after-removing-anagrams-solution.md

JSON