Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
Loading...
Searching...
No Matches
node Class Reference
Collaboration diagram for node:
[legend]

Public Member Functions

 node (int d)
 

Public Attributes

int data
 
int height
 
struct nodeleft
 
struct noderight
 
int val
 
nodeleft
 
noderight
 
struct nodenext
 
nodenext
 
nodeprev
 
int key
 
nodeparent
 
char color
 
nodelink
 

Constructor & Destructor Documentation

◆ node()

node::node ( int  d)
inline
9 {
10 data = d;
11 link = NULL;
12 }

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