Changes for version 0.3
- Tree iteration is now seekable. Hash iteration is now seekable and reversible. Use enum as it leads to more natural syntax than constant.
Modules
Perl implementation of the Red/Black tree, a type of balanced binary search tree.
A node class for implementing Red/Black trees
Tree::RB guts