|
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_splay_tree.H>#include <tpl_binNodeUtils.H>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[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 48 of file writeSplay.C.
References Aleph::destroyRec(), Aleph::divide_and_conquer_partition_dp(), GenTdSplayTree< NodeType, Key, Compare >::getRoot(), GenTdSplayTree< NodeType, Key, Compare >::insert(), Aleph::preOrderRec(), print_key(), and GenTdSplayTree< NodeType, Key, Compare >::search().
| ofstream output | ( | "splay-tree-aux.Tree" | , |
| ios::out | |||
| ) |
| void print_key | ( | Splay_Tree< int >::Node * | p, |
| int | , | ||
| int | |||
| ) |