cgv
cgv::math::fibo_heap< key_type, value_type, max_degrees > Class Template Reference

#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
 

Detailed Description

template<typename key_type, typename value_type, int max_degrees = 20>
class cgv::math::fibo_heap< key_type, value_type, max_degrees >

A fibonacci heap.


The documentation for this class was generated from the following file: