method BinaryHeap.prototype.pop
BinaryHeap.prototype.pop(): T | undefinedRemoves the greatest value from the binary heap and returns it, or null if it is empty.
Return Type
T | undefinedBinaryHeap.prototype.pop(): T | undefinedRemoves the greatest value from the binary heap and returns it, or null if it is empty.
T | undefined