An android application that lists out all possible anagrams
An android application that lists out all possible anagrams of the given word in sorted order.
Role:
Developed the logic for generating the anagrams of a given word in Java using the concept of Recursion.