data_structures
|
#include "min_pq.h"
Go to the source code of this file.
Functions | |
void * | min_pq_peek (const t_min_pq *pq) |
Returns the smallest key in the queue. More... | |
void* min_pq_peek | ( | const t_min_pq * | pq | ) |
Returns the smallest key in the queue.
NULL
if the queue is empty. Definition at line 16 of file min_pq_peek.c.