A Python 3 data structures library.
I'm pretty confident to state that this is a forever WIP project. What do we have now:
- (WIP) A sorted set implementation using different binary search trees (dumb BST and two red-black trees versions, Cormen's classical and Okasaki's immutable).
 - (WIP) A trie implementation.
 
Copyright (c) 2014 Fernando Andrade Neto
Licensed under MIT, see LICENSE file.