Microsoft Interview Question

Write a program to find anagrams of a string

Interview Answer

Anonymous

Feb 17, 2012

Sort each string alphabetically and step through both making sure that the number of letters is the same.