We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7961715 commit 4100e9fCopy full SHA for 4100e9f
data_structures/Java/trie/Trie.java
@@ -37,4 +37,4 @@ static boolean search (String searched_string){
37
}
38
return (currentNode != null && currentNode.isEndOfWord == true)
39
40
-}
+}
0 commit comments