The SplMinHeap class
Introduzione
The SplMinHeap class provides the main functionalities of a heap, keeping the minimum on the top.
Sommario dellla classe
SplMinHeap
class SplMinHeap
extends
SplHeap
implements
Iterator
,
Countable
{
/* Methods */
/* Inherited methods */
}Indice dei contenuti
- SplMinHeap::compare — Compare elements in order to place them correctly in the heap while sifting up.
SplMinHeap
There are no user contributed notes for this page.
