Algorithms_in_C
1.0.0
Set of algorithms implemented in C.
|
Data Fields | |
int | data |
struct Node * | llink |
struct Node * | rlink |
struct Node * | next |
Node, the basic data structure of the tree
int Node::data |
stores the number
struct Node* Node::llink |
link to left child
struct Node* Node::rlink |
link to right child