Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C--TrieClass

a handy trie data structure implemented in c++ stores into Node that has hashmap(unordered map) children and key (character to look up) with value (something to store as data)

About

a handy trie data structure implemented in c++ stores into Node that has hashmap(unordered map) children and key (character to look up) with value (something to store as data)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages