Problem: anagram of a given word is the counts of each alphabets. The problem gives a list of words, and a query word asks the program to print all words with the same anagram.
Solution: just count, compare and print.
Post a Comment
No comments:
Post a Comment