Homework 4 Clarifications
- For question 2, all 3 parts start use the same order of values.
For parts a and c, you are doing a series of 15 inserts into an
initially empty heap. For part b, you are starting with an array
containing the values in the given order and calling buildheap on
it.
- For question 3, part b, the "given value" is not necessarily in
the heap. I could ask you to find all values less than 34 in the
heap, where the value 34 is not in the heap.