Constructor and Description |
---|
BinaryHeap() |
Modifier and Type | Method and Description |
---|---|
void |
combine(SoftHeap.BinaryHeap second) |
java.lang.String |
toString() |
void |
updateSuffixMin()
Updates sufMin, which points to the tree following this tree
with the smallest root node.
|
public void combine(SoftHeap.BinaryHeap second)
public void updateSuffixMin()
public java.lang.String toString()
toString
in class java.lang.Object