The underlying implementation of the priority queue is the heap (heap) (operating system process scheduling)

Source: Internet
Author: User

In the case of only one CPU, such as a scheduler in the operating system, when a job is completed, it is necessary to select one of the highest priority jobs to execute (delete) in all the jobs waiting to be dispatched, and you can add a new job to the priority queue (insert) of the job.

Insert operation

The insert operation is to insert an element into the tail of the queue, and then perform a "float" operation (adjusted to heap)

Delete operation

Priority queue, removes the first element in the collection, the element with the subscript 0, and then moves the last element in the collection to the subscript 0 position in the queue non-empty, performing a "sinking" operation on the new element labeled 0

The underlying implementation of the priority queue is the heap (heap) (operating system process scheduling)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.