rbtree-ruby 0.1.8
RBTree is a pure Ruby implementation of the Red-Black Tree data structure, providing efficient ordered key-value storage with O(log n) operations. Includes MultiRBTree for handling duplicate keys with linked lists.
RBTree is a pure Ruby implementation of the Red-Black Tree data structure, providing efficient ordered key-value storage with O(log n) operations. Includes MultiRBTree for handling duplicate keys with linked lists.