|
Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
|
A Node structure representing a single link Node in a linked list. More...
Public Attributes | |
| uint32_t | data = 0 |
| the key/value of the node | |
| Node * | next {} |
| pointer to the next node | |