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

Go to the source code of this file.

Functions

ofstream file ("avl-tree-aux.Tree", ios::out)
 
static void print_key (Avl_Tree< int >::Node *p, int, int)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ file()

ofstream file ( "avl-tree-aux.Tree"  ,
ios::out   
)

◆ main()

◆ print_key()

static void print_key ( Avl_Tree< int >::Node p,
int  ,
int   
)
static

Definition at line 45 of file writeAvl.C.

References file.

Referenced by main().