Skip to content

Commit 26d8bdd

Browse files
author
sailok.chinta
committed
feat: add author and wiki link
1 parent f0e3f95 commit 26d8bdd

File tree

1 file changed

+3
-0
lines changed
  • src/main/java/com/thealgorithms/tries

1 file changed

+3
-0
lines changed

src/main/java/com/thealgorithms/tries/Trie.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ public void setEnd(boolean end) {
4343

4444
/**
4545
* Trie class which holds Strings of LowerCase Sensitive characters.
46+
* <a href="https://en.wikipedia.org/wiki/Trie">Wikipedia</a>
47+
*
48+
* @author <a href="https://github.com/sailok">Sailok Chinta</a>
4649
*/
4750
public class Trie {
4851
private static final char ROOT_CHAR = '*';

0 commit comments

Comments
 (0)