Skip to main content

Part of the book series: Undergraduate Texts in Computer Science ((UTCS))

  • 496 Accesses

Abstract

Queues and stacks are sequential abstract data types with their specified access limits. All stack access is limited to one end of the stack, the top. With queues, objects enter the structure from one end, called the rear, and leave from the other end, called the front. Access to an arbitrary object in a structure is said to beindependentimmediate,orrandom if the time required to access the object does not depend on either the location of the object within the structure or which object within the structure had been previously accessed. A structure hasindependent access if every object in the structure may be accessed within a constant period of time. Independent access is frequently referred to asrandom access. Arrays are the classical example of structures with independent, or random, access. Access to any object in an array does not depend on access to any other object in the array.

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

Access this chapter

eBook
USD 16.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info
Hardcover Book
USD 54.99
Price excludes VAT (USA)
  • Durable hardcover 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

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 1997 Springer Science+Business Media New York

About this chapter

Cite this chapter

Beidler, J. (1997). Lists. In: Data Structures and Algorithms. Undergraduate Texts in Computer Science. Springer, New York, NY. https://doi.org/10.1007/978-1-4612-1854-8_5

Download citation

  • DOI: https://doi.org/10.1007/978-1-4612-1854-8_5

  • Publisher Name: Springer, New York, NY

  • Print ISBN: 978-1-4612-7312-7

  • Online ISBN: 978-1-4612-1854-8

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics