libtree-rb-perl

Perl implementation of the red/black tree
  https://metacpan.org/release/Tree-RB
  0
  no reviews



Tree::rb is a pure-perl implementation of the red/black tree, a type of balanced binary search tree.

a tied hash interface is also provided to allow ordered hashes to be used.

see the wikipedia article at http://en.wikipedia.org/wiki/red-black_tree for more on red/black trees.