RBTree is an implementation of red-black trees in Ruby. I thought I
needed this class, before I realized that Hashes would work much better
for what I needed.
Introduction
Features
Operation
Usage
Check the test.rb file for example usage, until I finish writing this
documentation.