Algorithms_in_C  1.0.0
Set of algorithms implemented in C.
Node Struct Reference
Collaboration diagram for Node:
[legend]

Data Fields

int data
 
struct Nodellink
 
struct Noderlink
 
struct Nodenext
 

Detailed Description

Node, the basic data structure of the tree

Field Documentation

◆ data

int Node::data

stores the number

◆ llink

struct Node* Node::llink

link to left child

◆ rlink

struct Node* Node::rlink

link to right child


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