An open API service indexing awesome lists of open source software.

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

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