https://github.com/tmck-code/redblacktree_c
A C++ implementation I've started writing for my Red-Black Tree. Trying to achieve a fast tree that is also easily human-readable.
https://github.com/tmck-code/redblacktree_c
Last synced: 2 months ago
JSON representation
A C++ implementation I've started writing for my Red-Black Tree. Trying to achieve a fast tree that is also easily human-readable.
- Host: GitHub
- URL: https://github.com/tmck-code/redblacktree_c
- Owner: tmck-code
- License: mit
- Created: 2015-01-07T22:05:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T22:31:00.000Z (over 10 years ago)
- Last Synced: 2025-02-05T20:59:50.835Z (4 months ago)
- Language: C++
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RedBlackTree_C
A C++ implementation I've started writing for my Red-Black Tree. Trying to achieve a fast tree that is also easily human-readable.