Heap

Revision en1, by rahul_1234, 2017-05-15 17:31:06

Hi,

Given a max-heap represented as an array, return the kth largest element without modifying the heap. Pleaae provide an algorithm which is most optimised. There are few answers on net but I guess most are following a particular structure of heap, so I want a correct answer.

Tags heap, #interview, range, optimisation

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English rahul_1234 2017-05-15 17:31:06 292 Initial revision (published)