DisneySeptember 2026
Interview question
Solve the anagram difference function: given two arrays of strings `a` and `b`, for each pair return the minimum number of character replacements needed to make the strings anagrams, or `-1` if the lengths differ.