Java implementation of augmented red-black trees. Easily maintain custom augmentation information by subclassing RedBlackNode: the base class does the work for you.
-
Updated
Jun 15, 2023 - Java
Java implementation of augmented red-black trees. Easily maintain custom augmentation information by subclassing RedBlackNode: the base class does the work for you.
self-balancing binary research tree
Add a description, image, and links to the self-balancing-trees topic page so that developers can more easily learn about it.
To associate your repository with the self-balancing-trees topic, visit your repo's landing page and select "manage topics."