Algorithms_in_C++
1.0.0
Set of algorithms implemented in C++.
Public Member Functions
|
Public Attributes
|
List of all members
Node Class Reference
Collaboration diagram for Node:
This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.
[
legend
]
Public Member Functions
Node
(int v,
Node
*n)
Public Attributes
int
data
int
next
int
val
Node
*
next
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:
data_structures/
linkedlist_implentation_usingarray.cpp
operations_on_datastructures/get_size_of_linked_list.cpp
Node
Generated by
1.9.3