|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <ctime>#include <cstdlib>#include <cassert>#include <iostream>#include <string>#include <aleph.H>#include <tpl_dynArray.H>#include <tpl_balanceXt.H>Go to the source code of this file.
Typedefs | |
| typedef BinNodeXt< int > | Node |
Functions | |
| void | print_node (Node *p, int, int) |
| void | print_key (Node *p, int, int) |
| int | main (int argc, char *argv[]) |
Definition at line 41 of file testBalance.C.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 55 of file testBalance.C.
References Aleph::balance_tree(), Aleph::check_rank_tree(), Aleph::destroyRec(), Aleph::divide_and_conquer_partition_dp(), Aleph::insert_by_key_xt(), Aleph::BinNodeXt< Key >::NullPtr, Aleph::preOrderRec(), print_key(), root(), and Aleph::searchInBinTree().
| void print_key | ( | Node * | p, |
| int | , | ||
| int | |||
| ) |
Definition at line 49 of file testBalance.C.
Referenced by main().
| void print_node | ( | Node * | p, |
| int | , | ||
| int | |||
| ) |
Definition at line 43 of file testBalance.C.
References Aleph::BinNodeXt< Key >::get_key().