Skip to content
/ pytrie Public
forked from kylebgorman/pytrie

An efficient implementation of a prefix tree ("trie") using Python dictionaries, with autocompletion

License

Notifications You must be signed in to change notification settings

eburdon/pytrie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trie.py Python class for a prefix tree Kyle Gorman kgorman@ling.upenn.edu

HOW TO INSTALL:

The code can be placed in your working directory or in your $PYTHONPATH and then imported in your Python script.

SYNOPSIS:

See the docstrings in trie.py

About

An efficient implementation of a prefix tree ("trie") using Python dictionaries, with autocompletion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%