data_structures
|
#include "min_pq.h"
Go to the source code of this file.
Functions | |
t_min_pq * | min_pq_new (const t_type *type) |
Initializes a new empty priority queue. More... | |
Initializes a new empty priority queue.
type | The type of items that this queue can hold |
cmp
function). Definition at line 16 of file min_pq_new.c.