The most efficient Heap

Revision en1, by ptnk304, 2016-06-12 15:01:29

I am wondering which is the most efficient way (minimal time complexity) to implement a heap (say heap-min). Heap mentioned here means a data structure letting us perform insertion, deletion and retrieving the minimum value on a collection of data.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English ptnk304 2016-06-12 15:01:29 271 Initial revision (published)