Skip to content

Instantly share code, notes, and snippets.

View tbarrella's full-sized avatar

Taylor Barrella tbarrella

View GitHub Profile

Keybase proof

I hereby claim:

  • I am tbarrella on github.
  • I am tabarr (https://keybase.io/tabarr) on keybase.
  • I have a public key whose fingerprint is D392 0F5B F528 A0FA 0FF3 1706 70C7 D201 A688 0691

To claim this, I am signing this object:

@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