Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
Loading...
Searching...
No Matches
list Struct Reference

Doubly linked list struct. More...

Collaboration diagram for list:
[legend]

Data Fields

double value
 value saved on each node
 
struct listnext
 
struct listprev
 directing to other nodes or NULL
 

Detailed Description

Doubly linked list struct.


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