Skip to content

Latest commit

 

History

History
executable file
·
11 lines (7 loc) · 280 Bytes

File metadata and controls

executable file
·
11 lines (7 loc) · 280 Bytes

题目

Implement a trie with insert, search, and startsWith methods.

Note: You may assume that all inputs are consist of lowercase letters a-z.

解题思路

见程序注释