Home Manual Reference Source Test

References

summary
public

F BinomialHeap(BinomialTree: *): *

public

F BinomialTree(value: *, children: *)

public

F BinomialTreeWithParent(value: *, children: *)

public

F LazyBinomialHeap(BinomialTree: *): *

public

F LazyNode(value: *, next: *)

public

F LazyStack()

LazyStack#peek only valid if LazyStack#empty is false.