|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Binary tree operations (split, join, rotate). More...
Go to the source code of this file.
Classes | |
| class | Aleph::BinTree_Operation< Node, Cmp > |
| Functor encompassing basic operation for binary search trees. More... | |
| class | Aleph::BinTreeXt_Operation< Node, Cmp > |
| Functor encompassing basic operation for extended binary search trees. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Binary tree operations (split, join, rotate).
Common operations for binary search trees including rotations, splits, and joins.
Definition in file tpl_binTreeOps.H.