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

Go to the source code of this file.

Functions

ofstream output ("splay-tree-aux.Tree", ios::out)
 
void print_key (Splay_Tree< int >::Node *p, int, int)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ main()

◆ output()

ofstream output ( "splay-tree-aux.Tree"  ,
ios::out   
)

◆ print_key()

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

Definition at line 43 of file writeSplay.C.

References output.

Referenced by main().