Module priority_stack

Source
Expand description

A priority queue in which elements of the same priority are popped in a LIFO order.

Structs§

PriorityStack
A priority stack in which elements of the same priority are popped in a LIFO order.