![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
An implementation of heaps. More...
An implementation of heaps.
This file provides class Heap that implements a classic heap. Elements are sorted according to a weak order which is < by default, i.e., the top element of the heap is the smallest element and the more to the bottom the greater the element.
Classes | |
class | gum::Heap< Val, Cmp, Alloc > |
Heap data structureThis structure is a basic heap data structure, i.e., it is a container in which elements are sorted according to a weak ordering. More... | |