Crate pairing_heap [] [src]

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.