Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T22:31:00.000Z (almost 10 years ago)
- Last Synced: 2023-02-27T12:24:02.980Z (over 1 year 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.