|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Hybrid top-down/bottom-up red-black tree implementation. More...
#include <tpl_binNode.H>#include <tpl_binNodeUtils.H>#include <tpl_arrayStack.H>#include <rbNode.H>Go to the source code of this file.
Classes | |
| class | Aleph::HtdRbTree< Key, Compare > |
| Hybrid top-down/bottom-up red-black tree. More... | |
| struct | Aleph::HtdRbTree< Key, Compare >::Iterator |
| In-order iterator. More... | |
| class | Aleph::HtdRbTreeVtl< Key, Compare > |
| Hybrid red-black tree with virtual node destructor. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Hybrid top-down/bottom-up red-black tree implementation.
This file implements a red-black tree that uses:
This hybrid approach combines the benefits of both strategies:
Definition in file tpl_hRbTree.H.