text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

example534.cpp File Reference


Detailed Description

Example client of the ADT binary tree.

Date:
29 May 2006
Chapter:
Chapter 10
Page:
Page 534
Version:
5.0

Definition in file example534.cpp.

#include <iostream>
#include "BinaryTree.h"

Include dependency graph for example534.cpp:

Go to the source code of this file.

Functions

void display (TreeItemType &anItem)
int main ()


Function Documentation

void display TreeItemType anItem  ) 
 

Referenced by main().

int main  ) 
 

Definition at line 22 of file example534.cpp.

References BinaryTree::attachLeft(), BinaryTree::attachRight(), BinaryTree::attachRightSubtree(), BinaryTree::detachLeftSubtree(), display(), BinaryTree::getLeftSubtree(), BinaryTree::inorderTraverse(), and BinaryTree::setRootData().


Generated on Sun Aug 27 21:29:16 2006 for AWLogo by  doxygen 1.4.6