Wednesday, December 30, 2015

208. 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.

Java Code:

No comments:

Post a Comment