COMP272 Programming Assignment 6
This assignment has several parts.
The first part requires the implementation of the methods add() and contains() within the provided PriorityObject class. This first portion requires a basic understanding on an implementation of a min-heap to code these two methods.
The second part requires is the Priority Game problem. This part provides more practice with the Java Collection Framework library's PriorityQueue Class.
The third and forth parts are sorting problems. The first requires solving removing duplicates from an ArrayList. The second sorting problem requires solving various combinations of numbers that add up to some sum.
Do not modify the file 'Main.java'. Your work must pass all tests in the file 'Main.java' to receive 100%