This repository was archived by the owner on Sep 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
An efficient implementation of a prefix tree ("trie") using Python dictionaries, with autocompletion
License
kylebgorman/pytrie
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
trie.py Python class for a prefix tree Kyle Gorman <[email protected]> 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 0
No packages published