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

Go to the source code of this file.

Functions

static void printNode (BinNode< int > *node)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ main()

◆ printNode()

static void printNode ( BinNode< int > *  node)
static

Definition at line 44 of file testInsertRoot.C.

References Aleph::BinNode< Key >::get_key().

Referenced by main().