Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 03d519e

Browse files
aQuaaQua
aQua
authored and
aQua
committed
676 ut fail
1 parent 6e7e151 commit 03d519e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Algorithms/0676.implement-magic-dictionary/implement-magic-dictionary.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,3 @@ func (md *MagicDictionary) Search(word string) bool {
5555

5656
return count == 1 || count == n
5757
}
58-
59-
/**
60-
* Your MagicDictionary object will be instantiated and called as such:
61-
* obj := Constructor();
62-
* obj.BuildDict(dict);
63-
* param_2 := obj.Search(word);
64-
*/

0 commit comments

Comments
 (0)