trie
trie copied to clipboard
Add Base64 Encoding/Decoding of Tries
I needed a way to encode and decode trees in a non-binary format, so implemented this. Thought I would see if you think it is worth merging back upstream here.