nxt.fibonacci_heap

Undocumented in source.

Members

Functions

dumpDot
void dumpDot(FibonacciHeap!V _fh)
Undocumented in source. Be warned that the author may not have intended to support it.
dumpDotChildren
void dumpDotChildren(Node!int* n)
Undocumented in source. Be warned that the author may not have intended to support it.
generate
void generate(FibonacciHeap!int h)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

FibonacciHeap
struct FibonacciHeap(V)

Fibonacci Heap Container.

Node
struct Node(V)
Undocumented in source.

Meta