Crate pairing_heap

Source
Expand description

A priority queue based on a pairing heap.

See PairingHeap for details.

Structsยง

  • An iterator that drains a PairingHeap, yielding its items in arbitrary order.
  • An iterator that yields the items in a PairingHeap in arbitrary order.
  • An iterator that yields references to the items in a PairingHeap in arbitrary order.
  • A priority queue based on a pairing heap.