- #1
jetoso
- 73
- 0
Suppose you have n elements with integer keys and they are to be put into a heap. What would be the time for creating a heap by repeated insertion into into an initially empty heap? Say, for instance if we are using binary, binomial and fibonacci heap type.
Any suggestions?
Any suggestions?