class

PairingHeap::NodeN(K, V, SIZE)

Inherits Reference < Object

Constructors

new(key : K, value : V)
Source
new(node : Node(K, V))
Source

Instance methods

delete_min
Source
empty?
Source
find_min
Source
full?
Source
insert(key, value) : Bool
Source
prepend_child(new_child : self)
Source
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source

Nested types