CSci 2101 Lab 9. October 25th.

Work in pairs on this lab.

Quicksort due Friday, October 28th at 11:59pm

Priority queue due Friday, November 4th at 11:59pm

Finishing up quicksort

Finish up quicksort that you started yesterday.

Priority queue (25 points)

Fill in the implementation of the priority queue as you are developing its JUnit testing code. The current version of the code is here. Don't forget to test the combinations of adding and removing, as well as Iterable behavior.

Submit all your JUnit code and the implementation.

How to submit

Submit the java file(s), including your JUnit testing code, by e-mail to me. The quicksort is Lab 8, the priority queue is Lab 9. Please mark your submissions appropriately (you can send them together or separately). Make sure to CC your group partner.


CSci 2101 course web site.