Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
testSplayTree.C File Reference
#include <cstdlib>
#include <ctime>
#include <iostream>
#include <string>
#include <aleph.H>
#include <tpl_splay_tree.H>
#include <tpl_binNodeUtils.H>
Include dependency graph for testSplayTree.C:

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 }
 

Function Documentation

◆ main()

◆ print()

static void print ( Splay_Tree< int >::Node p,
int  ,
int   
)
static

Definition at line 39 of file testSplayTree.C.

Referenced by main().

Variable Documentation

◆ r

int r[] = { 776, 846, 736, 515, 528, 677, 404, 629, 879, 762 }
static

Definition at line 44 of file testSplayTree.C.