#include "common.h"#include "vector.h"#include "mempool.h"Go to the source code of this file.
Data Structures | |
| struct | _cp_rbnode |
| struct | _cp_rbtree |
First introduced by Rudolf Bayer in Symmetric Binary B-Trees: Data Structures and Maintenance Algorithms, 1972. The 'red-black' terminology is due to Leo J. Guibas and Robert Sedgewick: A Dichromatic Framework for Balanced Trees, 1978.
Definition in file rb.h.
|
|
print tree to stdout |
1.3.9.1