We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c7b1c commit 29ba8ebCopy full SHA for 29ba8eb
exercises/anagram/README.md
@@ -1,6 +1,7 @@
1
# Anagram
2
3
-Given a word and a list of possible anagrams, select the correct sublist.
+An anagram is a rearrangement of letters to form a new word.
4
+Given a word and a list of candidates, select the sublist of anagrams of the given word.
5
6
Given `"listen"` and a list of candidates like `"enlists" "google"
7
"inlets" "banana"` the program should return a list containing
0 commit comments