2015年5月29日

Implement Trie (Prefix Tree)

摘要: Implement Trie (Prefix Tree)问题:Implement a trie withinsert,search, andstartsWithmethods.思路: 前缀树我的代码:class TrieNode { // Initialize your data struc... 阅读全文

posted @ 2015-05-29 16:17 zhouzhou0615 阅读(294) 评论(0) 推荐(0) 编辑

导航