|
Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
Doubly linked list struct. More...
Data Fields | |
| double | value |
| value saved on each node | |
| struct list * | next |
| struct list * | prev |
| directing to other nodes or NULL | |
Doubly linked list struct.