Crate pairing_heap

Source
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.
IntoIter
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.
PairingHeap
A priority queue based on a pairing heap.