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

Public Member Functions

 Node (int v, Node *n)
 

Public Attributes

int data
 
int next
 
int val
 
Nodenext
 

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