/python-trie

Simple Python Trie Implementation

Primary LanguagePythonOtherNOASSERTION

python-trie: 
	A simple Trie implementation written in Python.

	- trie.py: 				the Python module
	- trie_unittest.py:		unit tests for the Python module
	- sample.py:			sample code showing various fun implementations