The SplMaxHeap class
Introducere
The SplMaxHeap class provides the main functionalities of a heap, keeping the maximum on the top.
Sinopsisul clasei
SplMaxHeap
class SplMaxHeap
extends
SplHeap
implements
Iterator
,
Countable
{
/* Methods */
/* Inherited methods */
}Cuprins
- SplMaxHeap::compare — Compare elements in order to place them correctly in the heap while sifting up.
SplMaxHeap
There are no user contributed notes for this page.
