Module priority_queue

Module priority_queue 

Source

Structsยง

PriorityQueue
A priority queue implementation based on an unbounded max heap. The elements are ordered by implementation of the PartialOrd trait with the biggest element readable in O(1) time