Skip to content

7hacker/Python-Trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Python-Trie


A simple trie with a command line interface + auto-complete for suggestions of a prefix query

commands

maketrie: make a trie using the dictionary words at /usr/share/dict/words

insert: add words that follow into the trie

seeTrie: See the words that are in the trie

suggest: Get suggestions that can be formed using some input prefix. Can also autocomplete upon [TAB]

About

A trie in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages