#include "util.h"
Go to the source code of this file.
Classes | |
| struct | KNElement< Key, Value > |
| class | BinaryHeap< Key, Value, capacity > |
| class | KNLooserTree< Key, Value > |
| class | KNHeap< Key, Value > |
Variables | |
| const int | KNBufferSize1 = 32 |
| const int | KNN = 128 |
| const int | KNKMAX = 128 |
| const int | KNLevels = 4 |
| const int | LogKNKMAX = 7 |