DSA Hacking Club Library
Loading...
Searching...
No Matches
queue Struct Reference

Queue structure. More...

#include <queue.h>

Collaboration diagram for queue:

Public Attributes

node_thead
 Pointer to the first node in the queue.
node_ttail
 Pointer to the last node in the queue.

Detailed Description

Queue structure.

A queue implemented using a linked list, with pointers to the head and tail.


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