RBTree-java
RBTree-java copied to clipboard
.Red-Black tree algorithm. Should have know there's already a TreeMap in Java.........
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!
