Expand description
A priority queue based on a pairing heap.
See PairingHeap
for details.
Structsยง
- Drain
- An iterator that drains a
PairingHeap
, yielding its items in arbitrary order. - Into
Iter - An iterator that yields the items in a
PairingHeap
in arbitrary order. - Iter
- An iterator that yields references to the items in a
PairingHeap
in arbitrary order. - Pairing
Heap - A priority queue based on a pairing heap.