class
MinHeap
template<class K, class V>Binary tree where each nodes is less than or equal to the data in its node's children.
Public
Constructors
Methods
Empty
bool Empty() const
Size
u32 Size() const
Minimum
void Minimum(K &key, V &value)
Insert
Erase
void Erase(K &key, V &value)
Update
Resize
void Resize(u32 elements)
Valid
bool Valid() const