text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

TreeNode519.h File Reference


Detailed Description

Array-based representation of a binary tree node.

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

Definition in file TreeNode519.h.

Go to the source code of this file.

Classes

class  TreeNode

Typedefs

typedef string TreeItemType

Variables

const int MAX_NODES = 100
TreeNode tree [MAX_NODES]
int root
int free


Typedef Documentation

typedef string TreeItemType
 

Definition at line 16 of file TreeNode519.h.


Variable Documentation

const int MAX_NODES = 100
 

Definition at line 15 of file TreeNode519.h.

TreeNode tree[MAX_NODES]
 

Definition at line 32 of file TreeNode519.h.

int root
 

Definition at line 33 of file TreeNode519.h.

int free
 

Definition at line 34 of file TreeNode519.h.


Generated on Sun Aug 27 21:28:56 2006 for AWLogo by  doxygen 1.4.6