Skip to content

Commit 599b8ab

Browse files
committed
lint modify
1 parent 8ee8cee commit 599b8ab

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

design-add-and-search-words-data-structure/hoyeongkwak.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,3 @@ private boolean dfsSearch(String word, int idx, TrieNode node) {
7070
}
7171
}
7272
}
73-
74-
/**
75-
* Your WordDictionary object will be instantiated and called as such:
76-
* WordDictionary obj = new WordDictionary();
77-
* obj.addWord(word);
78-
* boolean param_2 = obj.search(word);
79-
*/
80-
81-

0 commit comments

Comments
 (0)