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

Public Attributes

int32_t val
 
Nodenext
 value of the current link
 

Detailed Description

A Node class containing a value and pointer to another link


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