cgv
|
A fibonacci heap. More...
#include <fibo_heap.h>
Public Member Functions | |
fibo_heap () | |
constructor | |
~fibo_heap () | |
destructor | |
void | insert (const key_type &key, const value_type &value) |
insert key to heap | |
value_type | delete_min () |
delete and return smallest key in heap | |
bool | empty () |
A fibonacci heap.
Definition at line 12 of file fibo_heap.h.
|
inline |
constructor
Definition at line 41 of file fibo_heap.h.
|
inline |
destructor
Definition at line 50 of file fibo_heap.h.
|
inline |
delete and return smallest key in heap
Definition at line 73 of file fibo_heap.h.
|
inline |
Definition at line 95 of file fibo_heap.h.
|
inline |
insert key to heap
Definition at line 65 of file fibo_heap.h.