What is the time complexity of heap map?
Sigiloso
This fully technical question. First of all, I gave answer that what is heap memory and why it is used for getting data fast. What is the structure behind the heap. The timr complexity is o(log2n) just because of binary behavior of heap.