All Projects → kylebgorman → Pytrie

kylebgorman / Pytrie

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

Programming Languages

python
139335 projects - #7 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].