Skip to content

KillzoneKid/prefix-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Prefix Tree

  • Implement a trie with insert, search and startsWith methods.
Note:

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

Solution:

An implementation using std::unique_ptr.

About

"Trie" implementation using std::unique_ptr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages