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