Skip to content

Commit 29ba8eb

Browse files
grispetertseng
authored andcommitted
Improve anagram problem statement
- Add definition of anagram - Improve readability exercism/problem-specifications#1528 exercism/problem-specifications#1529
1 parent 58c7b1c commit 29ba8eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/anagram/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Anagram
22

3-
Given a word and a list of possible anagrams, select the correct sublist.
3+
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.
45

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

0 commit comments

Comments
 (0)