You can download each file individually, or download a Unix zip file containing all the files mentioned (including this one).
in this chapter we use a copy of the code in "QueueElement.java" from chapter 11, and a copy of the code in "QueueEmptyException.java" from chapter 15
PriorityQueue.java - the source code for the linked list version of "PriorityQueue" (using exceptions) referred to in this chapter (pp420-35). Note: this is not the same code as the files of the same name in chapter 11 and chapter 15.
Return to main page | examples page
last updated: 5th February 1998