llrb.h is an iterative implementation of Robert Sedgewick's 2-3 variant left-leaning red-black tree algorithm. It's written to be a drop-in replacement for Niels Provos' <sys/tree.h> C preprocessor red-black tree library.
| Tags | Algorithms Red-Black Tree |
|---|---|
| Licenses | MIT License |
| Operating Systems | Windows OS X BSD Linux Unix |
| Implementation | C |