(Available since version 1.0)
Heap::insert — Inserts an element in the heap
$value
Insert value in the heap by sifting it up. Runs in Θ(1) amortized time.
value
The value to insert.
TRUE.
TRUE