HW4, Programming Part

Due July 31

45 Points

Objective: implement leftist (max) heap

Assignment:

Complete the ModifiedHeap class by filling in the two join methods. The ModifiedHeapNode class can be found here. Use ModifiedHeapTest to test your implementation. Submit only the ModifiedHeap file. The public join method is worth 10 points, and the private join method is worth 35 points. You should ONLY make modifications inside these two functions.