Changes for version 0.2
- Changes to work with older Perls:
- 'use vars' instead of 'our'
- Manually pull in &Exporter::import
- Added a comment crediting java.util.TreeMap for balancing helper functions.
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