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 a0e2de3 commit c7a7bbcCopy full SHA for c7a7bbc
exercises/anagram/description.md
@@ -1,4 +1,5 @@
1
-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.
2
+Given a word and a list of candidates, select the sublist of anagrams of the given word.
3
4
Given `"listen"` and a list of candidates like `"enlists" "google"
5
"inlets" "banana"` the program should return a list containing
0 commit comments