khansuhel / TrieImplementation

Implementing TRIE data structure for Prefix Search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%