Skip to content

Instantly share code, notes, and snippets.

View tbarrella's full-sized avatar

Taylor Barrella tbarrella

View GitHub Profile
@tbarrella
tbarrella / trie.py
Last active July 11, 2019 12:40 — forked from EricDuminil/trie.py
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
#author: rex
#blog: http://iregex.org
#filename trie.py
#created: 2010-08-01 20:24
#source uri: http://iregex.org/blog/trie-in-python.html
# escape bug fix by fcicq @ 2012.8.19