2016-05-23 13:43:59 -07:00
2016-05-23 13:43:59 -07:00
2016-05-23 13:43:59 -07:00
2016-05-23 13:43:59 -07:00

RedBlackNode

RedBlackNode is a Java implementation of red-black trees. By subclassing RedBlackNode, clients can add arbitrary data and augmentation information to each node. (self-balancing binary search tree, self-balancing BST, augment, augmented)

Languages
Java 100%