Top "Anagram" questions

A word, phrase, or name formed by rearranging the letters of another, such as cinema, formed from iceman.

Anagram algorithm with minimum complexity

I recently was asked to design an algorithm that checks if two strings are anagrams of one another. My goal …

c algorithm complexity-theory puzzle anagram