Constructor | Description |
Full Usage:
BinomialHeap(isDescending, heap)
Parameters:
bool
heap : BinomialTree<'T> list
Returns: BinomialHeap<'T>
|
|
Instance member | Description |
Full Usage:
this.Head()
Returns: 'T
|
|
|
|
Full Usage:
this.IsDescending
Returns: bool
|
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
Full Usage:
this.Length()
Returns: int
|
|
|
|
|
|
Full Usage:
this.TryGetHead()
Returns: 'T option
|
|
|
|
|
|
|
|
|
|