Student Name: __________________
Class and Section __________________
Total Points (15 pts) __________________
Due: March 25, 2015 before the class
Project: Compare Priority Queue Implementation
CSCI 2410 Data Structures and Algorithms
Armstrong Atlantic State University
Problem Description:
The book uses a heap to implement the priority queue. Revise the
implementation using a sorted array list to store the elements. The
elements in the array list are sorted in increasing order of their
priority with the last element having the highest priority.
What to submit?
1. Submit to LiveLab as PriorityQueueTest.