Skip to content

Commit 2616e09

Browse files
Update Anagrams.java (#7409)
fix: remove invalid reference [1] in Anagrams.java Co-authored-by: Deniz Altunkapan <deniz.altunkapan@outlook.com>
1 parent 6db8e20 commit 2616e09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/thealgorithms/strings/Anagrams.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/**
77
* 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]
8+
* typically using all the original letters exactly once.
99
* For example, the word anagram itself can be rearranged into nag a ram,
1010
* also the word binary into brainy and the word adobe into abode.
1111
* Reference from https://en.wikipedia.org/wiki/Anagram

0 commit comments

Comments
 (0)