Saturday, April 2, 2016

LeetCode Q208: Implement Trie (Prefix Tree)

Implement a trie with insertsearch, and startsWith methods.
Note:
You may assume that all inputs are consist of lowercase letters a-z.


No comments:

Post a Comment