blob: 3684853de0f96a32b6bdb12e4cd9a155d39ef5cd (
plain) (
blame)
1
2
3
4
5
|
This is the AVL tree class for Ruby which works like a Hash,
implemented as a wrapper for libavl.
Author: Filip Pizlo <pizlo@purdue.edu>
WWW: http://bocks.psych.purdue.edu/~pizman/avl/
|