Skip to content

comp272/HW6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HW6

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%

About

COMP272 Programming Assignment 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages