Skip to content

abdullahfarwees/Trie

Repository files navigation

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

About

Implementation of Trie datastructure using c++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published