bdimmick / python-trie

Simple Python Trie Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple Python Trie Implementation

License:Other


Languages

Language:Python 100.0%