|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <cstdlib>#include <ctime>#include <iostream>#include <string>#include <aleph.H>#include <tpl_splay_tree.H>#include <tpl_binNodeUtils.H>Go to the source code of this file.
Functions | |
| static void | print (Splay_Tree< int >::Node *p, int, int) |
| int | main (int argc, char *argv[]) |
Variables | |
| static int | r [] = { 776, 846, 736, 515, 528, 677, 404, 629, 879, 762 } |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 46 of file testSplayTree.C.
References Aleph::destroyRec(), Aleph::divide_and_conquer_partition_dp(), GenTdSplayTree< NodeType, Key, Compare >::getRoot(), GenTdSplayTree< NodeType, Key, Compare >::insert(), Aleph::preOrderRec(), print(), GenTdSplayTree< NodeType, Key, Compare >::remove(), and GenTdSplayTree< NodeType, Key, Compare >::search().
|
static |
Definition at line 39 of file testSplayTree.C.
Referenced by main().
|
static |
Definition at line 44 of file testSplayTree.C.