The SplMaxHeap class
Введение
The SplMaxHeap class provides the main functionalities of a heap, keeping the maximum on the top.
Class synopsis
SplMaxHeap
/* 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.
