Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
treapObs.C File Reference
#include <iostream>
#include <fstream>
#include <time.h>
#include <aleph.H>
#include <tpl_binNodeUtils.H>
#include <tpl_treap.H>
Include dependency graph for treapObs.C:

Go to the source code of this file.

Functions

unsigned long randomLong ()
 
void print_key (TreapTreeVtl< int >::Node *node)
 
void print_prio (TreapTreeVtl< int >::Node *node)
 
int main (int argn, char *argc[])
 

Variables

fstream * file_ptr
 
fstream file [12]
 

Function Documentation

◆ main()

int main ( int  argn,
char *  argc[] 
)

◆ print_key()

void print_key ( TreapTreeVtl< int >::Node node)

Definition at line 56 of file treapObs.C.

References file_ptr.

Referenced by main().

◆ print_prio()

void print_prio ( TreapTreeVtl< int >::Node node)

Definition at line 61 of file treapObs.C.

References file_ptr.

Referenced by main().

◆ randomLong()

unsigned long randomLong ( )

Definition at line 44 of file treapObs.C.

References Aleph::maps().

Referenced by main().

Variable Documentation

◆ file

◆ file_ptr

fstream* file_ptr

Definition at line 50 of file treapObs.C.

Referenced by main(), print_key(), and print_prio().