RubyGems.org

rbtree

0.4.1

A RBTree is a sorted associative collection that is implemented with a Red-Black Tree. It maps keys to values like a Hash, but maintains its elements in ascending key order. The interface is the almost identical to that of Hash.

installgem install rbtree
Authors

OZAWA Takuma

27,782 total downloads 688 for this version
Owners

1140ae934ab403a6d4b431d33e9da654

Licenses

MIT

Gemfile
gem "rbtree", "~> 0.4.1"
Versions
  1. 0.4.1 March 29, 2013
  2. 0.4.0 March 11, 2013
  3. 0.3.0 November 13, 2009
  4. 0.2.1 January 26, 2009
  5. 0.2.0 February 4, 2008