Package smile.util
Class PairingHeap.Node
java.lang.Object
smile.util.PairingHeap.Node
- Enclosing class:
PairingHeap<E extends Comparable<E>>
A multiway tree node in the pairing heap.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Node
Constructor.- Parameters:
value
- the element value.
-
-
Method Details
-
decrease
Decreases the value of an element.- Parameters:
newValue
- the new value.
-