I need to implement extract min for heap(in c++ if possible), could not get this method from STL heap.
|
|
|||||||
|
|
|
Pass in |
||
|
|
|
|
Yes and I forgot to quote, the element in the heap are not integer, its a struct with value, position and some other pointers. I am thinking STL heap cannot be used directly, Can I |
||
|
|
