https://github.com/matteobettini/red-black-trees
An implementation of the standard functions for red-black trees in C
https://github.com/matteobettini/red-black-trees
binary binary-search-tree bst bst-tree c rbt rbtree red-black red-black-tree red-black-trees
Last synced: 5 months ago
JSON representation
An implementation of the standard functions for red-black trees in C
- Host: GitHub
- URL: https://github.com/matteobettini/red-black-trees
- Owner: matteobettini
- Created: 2020-12-09T16:31:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T19:12:01.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T22:21:46.379Z (8 months ago)
- Topics: binary, binary-search-tree, bst, bst-tree, c, rbt, rbtree, red-black, red-black-tree, red-black-trees
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Red-Black-Trees-C
An implementation of the standard main functions for red-black trees in C.
This code considers a tree with strings as keys, sorted in alphabetical order