Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
tpl_binTreeOps.H File Reference

Binary tree operations (split, join, rotate). More...

#include <tpl_binNodeUtils.H>
#include <tpl_binNodeXt.H>
Include dependency graph for tpl_binTreeOps.H:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Binary tree operations (split, join, rotate).

Common operations for binary search trees including rotations, splits, and joins.

Author
Leandro Rabindranath León

Definition in file tpl_binTreeOps.H.