Priority queue


programming
A data structure with three operations: insert a new item, return the highest priority item, and remove the highest priority item. The obvious way to represent priority queues is by maintaining a sorted list but this can make the insert operation very slow. Greater efficiency can be achieved by using heaps.
(1996-03-12)

Read Also:

  • Priority scheduling

    operating system Processes scheduling in which the scheduler selects tasks to run based on their priority as opposed to, say, a simple round-robin. Priorities may be static or dynamic. Static priorities are assigned at the time of creation, while dynamic priorities are based on the processes’ behaviour while in the system. For example, the scheduler […]

  • Prior-lien

    noun 1. a lien having priority over others attached to the same property.

  • Priorly

    adjective 1. preceding in time or in order; earlier or former; previous: A prior agreement prevents me from accepting this. 2. preceding in importance or privilege. noun 3. Informal. a prior conviction. Idioms 4. prior to, preceding; before: Prior to that time, buffalo had roamed the Great Plains in tremendous numbers. adjective 1. (prenominal) previous; […]

  • Prior probability

    noun 1. (statistics) the probability assigned to a parameter or to an event in advance of any empirical evidence, often subjectively or on the assumption of the principle of indifference Compare posterior probability

  • Prior-restraint

    noun 1. a court order banning publication of unpublished material.


Disclaimer: Priority queue definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.