Data Structures and Algorithms Lecture Notes

14 February 2011 Queues


Rather than an explicit priority argument, the priority could be part of the value being added to the priority queue. In this case the priority queue would access value priorities either through the priority comparator or through a priority interface implemented by the values.
This page last modified on 2006 January 24.