Implement a trie with insert, search, and startsWith methods.
Note: You may assume that all inputs are consist of lowercase letters a-z.
见程序注释
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Implement a trie with insert, search, and startsWith methods.
Note: You may assume that all inputs are consist of lowercase letters a-z.
见程序注释