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
 

Constructor & Destructor Documentation

◆ Node()

Node::Node ( int  v,
Node n 
)
inline
8: val(v), next(n) {} // Default constructor for Node

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