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.........
- Host: GitHub
- URL: https://github.com/knifer/rbtree-java
- Owner: KnIfER
- Created: 2017-11-18T08:51:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T14:01:16.000Z (over 7 years ago)
- Last Synced: 2025-03-25T19:12:14.475Z (3 months ago)
- Topics: binary-search-tree, red-black-tree
- Language: Java
- Homepage:
- Size: 103 KB
- Stars: 17
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
