class PairingHeap::MinPriorityQueue
Priority queue where the smallest priority is the most prioritary
Public Class Methods
Source
# File lib/pairing_heap.rb, line 478 def initialize super(&:<=) end
Calls superclass method
PairingHeap::PairingHeap::new