libnabo  1.0.6
Classes | Namespaces
index_heap.h File Reference

implementation of index heaps More...

#include "nabo.h"
#include <vector>
#include <algorithm>
#include <limits>
#include <iostream>

Go to the source code of this file.

Classes

struct  Nabo::IndexHeapSTL< IT, VT >
 balanced-tree implementation of heap More...
 
struct  Nabo::IndexHeapSTL< IT, VT >::Entry
 an entry of the heap tree More...
 
struct  Nabo::IndexHeapBruteForceVector< IT, VT >
 brute-force implementation of heap More...
 
struct  Nabo::IndexHeapBruteForceVector< IT, VT >::Entry
 an entry of the heap vector More...
 

Namespaces

 Nabo
 Namespace for Nabo.
 

Detailed Description

implementation of index heaps