node Struct Reference

Standard Binary tree data structure to use. More...

List of all members.

Public Attributes

char * value
 Value stored at node.
nodelson
 Left child.
noderson
 Right child.
int value
 Value of the node.
nodelson
 The left child.
noderson
 The right child.
char * value
 The string being stored.
nodenext
 Next one in the list.
char * value
 The string being stored.
nodenext
 Next one in the list.
char * value
 The string being stored.
nodenext
 Next one in the list.


Detailed Description

Standard Binary tree data structure to use.


Member Data Documentation

struct node* node::lson

The left child.

struct node* node::lson

Left child.

struct node* node::next

Next one in the list.

struct node* node::next

Next one in the list.

struct node* node::next

Next one in the list.

struct node* node::rson

The right child.

struct node* node::rson

Right child.

char* node::value

The string being stored.

char* node::value

The string being stored.

char* node::value

The string being stored.

int node::value

Value of the node.

char* node::value

Value stored at node.


The documentation for this struct was generated from the following files: Algorithm Development Kit 1.0