class PairingHeap::MaxPriorityQueue
Priority queue where the highest 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 220 def initialize super(&:>=) end