Pergunta de entrevista da empresa Morgan Stanley

What is the time complexity of heap map?

Resposta da entrevista

Sigiloso

9 de dez. de 2015

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.