Expand description
A priority queue in which elements of the same priority are popped in a LIFO order.
Structs§
- Priority
Stack - A priority stack in which elements of the same priority are popped in a LIFO order.
A priority queue in which elements of the same priority are popped in a LIFO order.