Questions tagged [min-heap]
181 questions
-4
votes
2 answers
Implementing minimum heap without STL and classess in C++
I have to read all the data(integers) from file into the array and then iterate the array to make minimum heap and adding them after the last element of the current heap. After reading into array I have to call SiftUp() on each element which means…

muzzi
- 372
- 2
- 13