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