The SplMinHeap class

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

Giriş

The SplMinHeap class provides the main functionalities of a heap, keeping the minimum on the top.

Sınıf Sözdizimi

class SplMinHeap extends SplHeap {
/* Yöntemler */
protected compare(mixed $value1, mixed $value2): int
/* Miras alınan yöntemler */
protected SplHeap::compare(mixed $value1, mixed $value2): int
public SplHeap::insert(mixed $value): true
public SplHeap::key(): int
}

İçindekiler

  • SplMinHeap::compare — Compare elements in order to place them correctly in the heap while sifting up