|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Tree balancing with extended nodes. More...
Go to the source code of this file.
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Functions | |
| template<class Node > | |
| Node * | Aleph::select_gotoup_root (Node *root, const size_t &i) |
| Selecciona un nodo de un árbol binario según su posición infija y lo convierte en su raíz. | |
| template<class Node > | |
| Node * | Aleph::balance_tree (Node *root) |
| Reequilibra un árbol binario de búsqueda. | |
Tree balancing with extended nodes.
Utilities for balancing trees with subtree counts.
Definition in file tpl_balanceXt.H.