![]() |
Virtual Belgium
2.0
A micro-simulation platform for the Belgian population
|
Fibonacci heap data structure implementation. More...
#include <iostream>#include <algorithm>#include <vector>Go to the source code of this file.
Classes | |
| class | FibonacciHeapNode< Data, Key > |
| A template Fibonacci heap node class. More... | |
| class | FibonacciHeap< Data, Key > |
| Template class for a Fibonacci Heap data structure. More... | |
Typedefs | |
| typedef unsigned int | uint |
Fibonacci heap data structure implementation.
| typedef unsigned int uint |