leetcode 208. Implement Trie (Prefix Tree)

208. Implement Trie (Prefix Tree)spa Implement a trie with insert, search, and startsWith methods.code Note: You may assume that all inputs are consist of lowercase letters a-z.input 构造字典树 构造树,先要构造节点!
相关文章
相关标签/搜索