Wyo Java Ch20Proj7 PriorityQueueImplementationProject

Modify the file named PriorityQueueImplementationProject.java from the Handout folder so it implements a PriorityQueue with an unordered ArrayList.

Make another copy of the file and modify it a second time so it implements a PriorityQueue with an ordered LinkedList.

Do not make any changes to the Patient class or the client class. You can assume that there are all Patient objects have different priorities (i.e. no duplicates.)

Your program must follow the class Coding Standards. Save all of the files associated with this assignment to the appropriate network folder.

Submit the printed code for BOTH versions stapled to screen captures of the runtime output.