PHP Dokumentation: Class splminheap
12. Januar 2010 von werner
The SplMinHeap class
Einführung
The SplMinHeap class provides the main functionalities of a heap, keeping the minimum on the top.
Klassenbeschreibung
SplMinHeap
/* Methods */
/* Inherited methods */
}
Inhaltsverzeichnis
- SplMinHeap::compare ? Compare elements in order to place them correctly in the heap while sifting up.