Skip to content

tijko/TrieTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

TrieTree

TrieTree will return a list of all the words with a certain prefix from a specified file.

Example:

python trie.py pl /home/user/file.txt

['plan', 'place', 'placid', 'plenty']

About

Find all words from a file sharing the same prefix.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages