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:
I hereby claim:
To claim this, I am signing this object:
| #!/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 |