Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
Loading...
Searching...
No Matches
list Struct Reference
Collaboration diagram for list:
[legend]

Public Attributes

int key
 key value for node
 
struct listnext
 pointer to next link in the chain
 

Detailed Description

a one-way linked list


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