RAA - ruby-rbtree/0.2.0

ruby-rbtree / 0.2.0

Short description: Ruby/RBTree
Category: Library/Datastructure
Status: stable
Created: 2002-12-31 15:00:00 GMT
Last update: 2008-02-05 05:57:53 GMT
Owner: OZAWA Takuma (Projects of this owner)
Homepage: http://www.geocities.co.jp/SiliconValley-PaloAlto/3388/rbtree/README.html
Download: http://rubyforge.org/frs/download.php/31810/rbtree-0.2.0.tar.gz
License: BSD-type
Dependency:
None
Description:

RBTree is a sorted associative collection using Red-Black Tree as
the internal data structure. The elements of RBTree are ordered and
the interface is the almost same as Hash, so simply you can
consider RBTree sorted Hash.

Versions: [0.2.0 (2008-02-05)] [0.1.3 (2004-12-04)] [0.1.2 (2004-06-12)] [0.1.1 (-)]

Edit this project (for project owner)

back to RAA top