min-max heap implementation

Apr 19, 2016 at 9:30pm
I'm trying to get the logic for the min-max heap (min is the root max is the next level and so on). I am confused about the percolate up and down aspects of the function.

the code written so far uses vector to store information.
Last edited on Apr 19, 2016 at 9:31pm
Apr 20, 2016 at 3:36pm
Can you be more specific about your questions? Do you have code that you can post?
Apr 20, 2016 at 5:32pm
Topic archived. No new replies allowed.