Module priority_queue

Module priority_queue 

Source
Expand description

PriorityQueue

This data structure implements a Priority Queue with a comparator function to specify the Min/Max heap. The queue is implemented as a heap of indexes.

Structsยง

PriorityQueue
PriorityQueue