- decreaseKey
void decreaseKey(N* n, V value)
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
- find
N* find(V value)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
N* insert(V value)
Undocumented in source. Be warned that the author may not have intended to support it.
- merge
void merge(FibonacciHeap other)
Undocumented in source. Be warned that the author may not have intended to support it.
- minimum
inout(V) minimum()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeMinimum
V removeMinimum()
Undocumented in source. Be warned that the author may not have intended to support it.
Fibonacci Heap Container.