Algorithms_in_C  1.0.0
Set of algorithms implemented in C.
Node Struct Reference

Node, the basic data structure of the tree. More...

Collaboration diagram for Node:
[legend]

Data Fields

int data
 stores the number
 
struct Nodellink
 link to left child
 
struct Noderlink
 link to right child
 
struct Nodenext
 

Detailed Description

Node, the basic data structure of the tree.


The documentation for this struct was generated from the following files: