Skip to content

Commit af0ab9d

Browse files
committed
Update add-and-search-word-data-structure-design.cpp
1 parent d8f6e45 commit af0ab9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

C++/add-and-search-word-data-structure-design.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class WordDictionary {
5252
TrieNode *root_;
5353
};
5454

55-
5655
// Your WordDictionary object will be instantiated and called as such:
5756
// WordDictionary wordDictionary;
5857
// wordDictionary.addWord("word");

0 commit comments

Comments
 (0)