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 610b72c commit c0b5578Copy full SHA for c0b5578
LuoSonglei/week-94/AddAndSearchWord.c
@@ -74,6 +74,7 @@ bool trieSearch(const char* word, struct TrieNode* root)
74
}
75
76
//Runtime Error - unkonwn!
77
+//https://leetcode.com/discuss/39022/80ms-clear-c-code-with-detailed-explanations
78
bool search(struct WordDictionary* dict, char* word)
79
{
80
trieSearch(word, dict->root);
0 commit comments