data_structures
|
#include "min_pq.h"
Go to the source code of this file.
Functions | |
void * | min_pq_pop (t_min_pq *pq) |
Removes and returns the smallest key in this queue. More... | |
void* min_pq_pop | ( | t_min_pq * | pq | ) |
Removes and returns the smallest key in this queue.
NULL
if the array is empty. Definition at line 38 of file min_pq_pop.c.