Two words are anagrams if they contain the same letters in the same frequency. For instance, stale and least are anagrams of each other. A simple way to check this is to sort the characters in each word; if you get the same answer (in the example, we get aelst), the words are anagrams of each other. Write a method that tests if two words are anagrams of each other.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here