Skip to content

Implementing dictionary using Advance Data Structure Tries, where a person can enter a word and find its meaning in a most quick and efficient manner.

Notifications You must be signed in to change notification settings

adsk261095/tries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

tries

Implementing dictionary using Advance Data Structure Tries, where a person can enter a word and find its meaning in a most quick and efficient manner.

The code is written in C++. Here trie is initially popluated with only few words. However we can add more words to it, have a real time experience will using it.

About

Implementing dictionary using Advance Data Structure Tries, where a person can enter a word and find its meaning in a most quick and efficient manner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages