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 aca8697 commit 774aaf7Copy full SHA for 774aaf7
design-add-and-search-words-data-structure/Real-Reason.kt
@@ -53,4 +53,4 @@ fun search(word: String): Boolean {
53
}
54
55
return nodes.any { it.isEnd }
56
-}
+}
0 commit comments