Skip to content

Commit c0b5578

Browse files
committed
AddAndSearchWord.c updated with reference
1 parent 610b72c commit c0b5578

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LuoSonglei/week-94/AddAndSearchWord.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ bool trieSearch(const char* word, struct TrieNode* root)
7474
}
7575

7676
//Runtime Error - unkonwn!
77+
//https://leetcode.com/discuss/39022/80ms-clear-c-code-with-detailed-explanations
7778
bool search(struct WordDictionary* dict, char* word)
7879
{
7980
trieSearch(word, dict->root);

0 commit comments

Comments
 (0)