ptnk304's blog

By ptnk304, history, 8 years ago, In English

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.

Full text and comments »

  • Vote: I like it
  • -5
  • Vote: I do not like it