|
DSA Hacking Club Library
|
Queue structure. More...
#include <queue.h>

Public Attributes | |
| node_t * | head |
| Pointer to the first node in the queue. | |
| node_t * | tail |
| Pointer to the last node in the queue. | |
Queue structure.
A queue implemented using a linked list, with pointers to the head and tail.