Skip to content

gburd/rbtree-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red-black Tree

A red–black tree is a data structure which is a type of self-balancing binary search tree, this is an ANSI-C implementation using C preprocessor macros to create a generic container.

rb.h implements left-leaning 2-3 red-black trees as C preprocessor macros http://www.canonware.com/rb/

About

left-leaning 2-3 red-black trees as C preprocessor macros

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages