|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <ctime>#include <cstdlib>#include <cassert>#include <iostream>#include <aleph.H>#include <tpl_binNodeUtils.H>#include <tpl_binNodeXt.H>Go to the source code of this file.
Typedefs | |
| typedef BinNode< int > | Node |
Functions | |
| void | print_node (Node *p, int, int) |
| int | main (int argc, char *argv[]) |
Definition at line 39 of file testJoin.C.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 48 of file testJoin.C.
References Aleph::and, Aleph::check_bst(), Aleph::copyRec(), Aleph::destroyRec(), Aleph::divide_and_conquer_partition_dp(), Aleph::insert_in_bst(), Aleph::insert_root(), Aleph::join(), Aleph::BinNode< Key >::NullPtr, Aleph::preOrderRec(), print_node(), root(), and Aleph::searchInBinTree().
| void print_node | ( | Node * | p, |
| int | , | ||
| int | |||
| ) |
Definition at line 41 of file testJoin.C.
References Aleph::BinNode< Key >::get_key().
Referenced by main().