Skip to content

khansuhel/TrieImplementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

TrieImplementation

Implementing TRIE data structure for Prefix Search

Currently, I have just implemented the Node of the Trie block and the logic of its creation. Next, i am going to write logic to iterate the Trie and print it in a hierarchical manner much like the "TREE" command in Windows/*nix systems.

About

Implementing TRIE data structure for Prefix Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages