Skip to content

archerabi/Tries-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a shot at learning python.
Trie.py is an implementation of a Trie
words.list contains a list of words. Each line is a word.

To Run make sure you have PyQt installed and type , 
python demo.py

Start typing in the textBox to see a list of suggestions.

TODO:
Add flags to nodes , indicating that the path till that node is a word
Draw the Trie 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages