|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <cstdlib>#include <ctime>#include <iostream>#include <fstream>#include <string>#include <aleph.H>#include <tpl_avl.H>#include <tpl_binNodeUtils.H>#include <cassert>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[]) |
| ofstream file | ( | "avl-tree-aux.Tree" | , |
| ios::out | |||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 51 of file writeAvl.C.
References Aleph::destroyRec(), Aleph::divide_and_conquer_partition_dp(), Aleph::Gen_Avl_Tree< NodeType, Key, Compare >::getRoot(), Aleph::Gen_Avl_Tree< NodeType, Key, Compare >::insert(), is_avl(), Aleph::preOrderRec(), print_key(), and Aleph::Gen_Avl_Tree< NodeType, Key, Compare >::search().