Skip to main content

Queues Using Arrays

  • Chapter
  • First Online:
Book cover Guide to Data Structures

Part of the book series: Undergraduate Topics in Computer Science ((UTICS))

  • 3751 Accesses

Abstract

Unlike stacks where items can only be pushed or popped from the top, a queue has two access points and can only have items added at the rear called enqueue or removed from the front called dequeue. A queue is known as a first-in, first-out or FIFO data structure and is implemented using arrays. A queue is used to simulate a simple scheduler in an operating system in the complete program.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 54.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 69.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to James T. Streib .

Rights and permissions

Reprints and permissions

Copyright information

© 2017 Springer International Publishing AG

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Streib, J.T., Soma, T. (2017). Queues Using Arrays. In: Guide to Data Structures. Undergraduate Topics in Computer Science. Springer, Cham. https://doi.org/10.1007/978-3-319-70085-4_3

Download citation

  • DOI: https://doi.org/10.1007/978-3-319-70085-4_3

  • Published:

  • Publisher Name: Springer, Cham

  • Print ISBN: 978-3-319-70083-0

  • Online ISBN: 978-3-319-70085-4

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics