Data Structures & Algorithms Lecture Notes

1 October 2009 • Queues


Rather than an explicit priority argument, the priority could be part of the element being added to the priority queue. In this case the priority queue would access element priorities either through the priority comparator or through a priority interface implemented by the elements.


This page last modified on 24 January 2006.