Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
ADT
ADT.Heap

Method ADT.Heap()->push()


Method push

void push(mixed value)

Description

Push an element onto the heap. The heap will automatically sort itself so that the smallest value will be at the top.