Implementation of CS2400 Project 4 includes interface for MaxHeap.java. Required creation methods are implemented in dumbCreate() (using successive add and upheaph calls for every new addition) and smartCreate() (reheap call on every non-leaf node in an unorganized heap array) both of which return swaps made in their respective operations. \
Group Members: Maya Tene(@mootene), Jibriel Ustarz(@jaustarz)
MaxHeap (and MaxHeapInterface) written by Maya
MaxHeapTest written by Maya and Jibriel
JavaDocs generated by Jibriel \
Link to Demonstration Video: https://livecsupomona-my.sharepoint.com/:v:/g/personal/jaustarz_cpp_edu/EaGIGoV1vvNNrLZrUGG86NQBG7qCvwt7n10Na8_WKHPwqg?e=ZSxZXo
Javadoc Links: https://thirsty-perlman-5d7930.netlify.app , https://jovial-golick-949bdf.netlify.app \