Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
test_splay_tree.C File Reference
#include <iostream>
#include <gsl/gsl_rng.h>
#include <tpl_dynarray_set.H>
#include <tpl_splay_tree.H>
#include <string>
#include <cassert>
Include dependency graph for test_splay_tree.C:

Go to the source code of this file.

Functions

void print_node (Splay_Tree< int >::Node *p, int, int)
 
void write_node (Splay_Tree< int >::Node *p, int, int)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ main()

◆ print_node()

void print_node ( Splay_Tree< int >::Node p,
int  ,
int   
)

Definition at line 38 of file test_splay_tree.C.

References KEY.

Referenced by main().

◆ write_node()

void write_node ( Splay_Tree< int >::Node p,
int  ,
int   
)

Definition at line 44 of file test_splay_tree.C.

References KEY.