
Trie
文章平均质量分 60
WX_ming
写代码就像写作文一样,思路要明确,方法要对,否则又臭又长还出错
展开
-
[WXM] LeetCode 211. Add and Search Word - Data structure design C++
211. Add and Search Word - Data structure design Design a data structure that supports the following two operations: void addWord(word) bool search(word) search(word) can search a literal word or ...原创 2018-08-24 16:41:29 · 317 阅读 · 0 评论 -
[WXM] LeetCode 676. Implement Magic Dictionary C++
676. Implement Magic Dictionary Implement a magic directory with buildDict, and search methods. For the method buildDict, you’ll be given a list of non-repetitive words to build a dictionary. For t...原创 2018-08-24 19:34:31 · 199 阅读 · 0 评论