Mission Base

Program Base Library Functions

void pblPriorityQueueFree

( PblPriorityQueue* queue )

Frees the priority queue's memory from heap.

Documentation

Frees the priority queue's memory from heap.

Note: The memory of the elements themselves is not freed.

This function has a time complexity of O(N), with N being the number of elements in the priority queue.

Parameters:
queue - The queue to free
Returns:
void

Alphabetic index



This page was generated with the help of DOC++.