d3e6f9ae02fbfd397bdc72f88adf92af69855b8b
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)
Description
Languages
Java
100%