- Implement a trie with
insert,searchandstartsWithmethods.
You may assume that all inputs are consist of lowercase letters a-z.
An implementation using std::unique_ptr.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
insert, search and startsWith methods.You may assume that all inputs are consist of lowercase letters a-z.
An implementation using std::unique_ptr.