Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 659 Bytes

README.md

File metadata and controls

28 lines (13 loc) · 659 Bytes

Trie

Implementation of Trie datastructure using C++. Check word spelling.Also suggest words related to the given characters.

Compile : sh comp.sh

Execute : ./trie

A screenshot of constructing trie from given wordlist file :

ScreenShot

Printing all words after constructions.

ScreenShot

Searching for a string.

ScreenShot

ScreenShot