Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
search::sublist_search::Node Struct Reference

A Node structure representing a single link Node in a linked list. More...

Collaboration diagram for search::sublist_search::Node:
[legend]

Public Attributes

uint32_t data = 0
 the key/value of the node
 
Nodenext {}
 pointer to the next node
 

Detailed Description

A Node structure representing a single link Node in a linked list.


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