Basic data structure: sequential representation of queues

Source: Internet
Author: User

The following is an algorithm for the operation queue, which is listed as a static queue and is implemented with a loop array.

The length of memory allocated to the queue is len+1, but only the Len memory space is actually used to save the data, in order to make it easier to judge the queue's full and empty. The front position in the queue holds the data of the team head, the data of the team at the previous position of the rear position, and the data is not stored in the rear position, the purpose of this is to facilitate the operation of the queue on the team and out, without regard to the special circumstances.

Operating system: Ubuntu

Compiling software: GCC

Results screenshot:

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.