Inserts value into this heap, unless another index refuses it.
the number of values added to the container Complexity: O(i(n)); O(log(n)) for this index
See Implementation
Inserts value into this heap, unless another index refuses it.