FreeBSD.software
Home/devel/rubygem-pairing_heap

rubygem-pairing_heap

3.1.0

Performant priority queue with support for changing priority

PairingHeap is a pure Ruby priority queue implementation using a pairing heap as the underlying data structure. While a pairing heap is asymptotically less efficient than the Fibonacci heap, it is usually faster in practice. This makes it a popular choice for Prim's MST or Dijkstra's algorithm implementations. PairingHeap is currently being used as the priority queue data structure in RGL. Also implementation without priority change support is provided(SimplePairingHeap), while the asymptotical complexity of the methods stay the same, bookkeeping of elements is not needed making, the constant smaller.

Origin: devel/rubygem-pairing_heap
Category: devel
Size: 44.7KiB
License: MIT
Maintainer: sunpoet@FreeBSD.org
Dependencies: 2 packages
Required by: 1 packages
$pkg install rubygem-pairing_heap

Dependencies (2)

Required By (1 packages)

More in devel