The SplMaxHeap class
Въведение
The SplMaxHeap class provides the main functionalities of a heap, keeping the maximum on the top.
Синтаксис за класове
SplMaxHeap
class SplMaxHeap
extends
SplHeap
implements
Iterator
,
Countable
{
/* Methods */
/* Inherited methods */
}Съдържание
- 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.
