We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b94ab commit adb3db5Copy full SHA for adb3db5
1 file changed
src/main/java/com/thealgorithms/strings/Anagrams.java
@@ -5,7 +5,7 @@
5
6
/**
7
* An anagram is a word or phrase formed by rearranging the letters of a different word or phrase,
8
- * typically using all the original letters exactly once.[1]
+ * typically using all the original letters exactly once.
9
* For example, the word anagram itself can be rearranged into nag a ram,
10
* also the word binary into brainy and the word adobe into abode.
11
* Reference from https://en.wikipedia.org/wiki/Anagram
0 commit comments