An open API service indexing awesome lists of open source software.

https://github.com/knifer/rbtree-java

.Red-Black tree algorithm. Should have know there's already a TreeMap in Java.........
https://github.com/knifer/rbtree-java

binary-search-tree red-black-tree

Last synced: 3 months ago
JSON representation

.Red-Black tree algorithm. Should have know there's already a TreeMap in Java.........

Awesome Lists containing this project

README

        

# RBTree-java
Red-Black tree algorithm.
Based on https://www.cnblogs.com/skywang12345/p/3624343.html
# My addition:
1.Simple RnB Tree Drawer.
2.Search functions(xxing、sxing) that return closest node in a RnB tree,regarding to any given value.
# enjoy!
![image](https://github.com/KnIfER/RBTree-java/raw/master/Screenshot.png)