Skip to content

Commit c7a7bbc

Browse files
grisSleeplessByte
authored andcommitted
Improve anagram problem statement (#1529)
- Add definition of anagram - Improve readability Fixes #1528
1 parent a0e2de3 commit c7a7bbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/anagram/description.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Given a word and a list of possible anagrams, select the correct sublist.
1+
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.
23

34
Given `"listen"` and a list of candidates like `"enlists" "google"
45
"inlets" "banana"` the program should return a list containing

0 commit comments

Comments
 (0)