|
ug4
|
#include <vector>Go to the source code of this file.
Classes | |
| class | ug::BoxPriorityQueue2< T > |
| updateable priority queue class. this priority queue works on an external array of elements T. More... | |
Namespaces | |
| namespace | ug |
| the ug namespace | |
Variables | |
| const int | ug::BOXPRIORITYQUEUE2_MAXIMAL_VALUE = 500 |
| maximal value for T::get_val(). Keep in mind that memory requirements are O(max get_val()). | |