data_structures
Functions
min_pq_size.c File Reference
#include "min_pq.h"
+ Include dependency graph for min_pq_size.c:

Go to the source code of this file.

Functions

size_t min_pq_size (const t_min_pq *pq)
 Returns the number of keys in this queue. More...
 

Function Documentation

◆ min_pq_size()

size_t min_pq_size ( const t_min_pq pq)

Returns the number of keys in this queue.

Returns
the number of keys in this queue.

Definition at line 16 of file min_pq_size.c.