Skip to main content

Linked lists

  • Chapter
  • First Online:
Object Oriented Simulation
  • 1789 Accesses

Abstract

A linked list is a data structure that stores a collection of data items of the same or similar types. This data structure is dynamic in the sense that the number of data items can change. A linked list can grow and shrink during the execution of the program that is manipulating it. Recall that an array is also a data structure that stores a collection of data items, but the array is static; once it is created, more elements cannot be added to it. Linked lists and arrays are considered low-level data structures that are used to implement higher-level data structures, such as stacks and queues that are manipulated by an appropriate algorithm. This chapter explains in some detail the basic forms of simple linked lists, double-ended linked lists, and multiple linked lists. The operations possible on linked lists and some applications that manipulate linked lists are also discussed.

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

Corresponding author

Correspondence to Joés M. Garrido .

Rights and permissions

Reprints and permissions

Copyright information

© 2009 Springer-Verlag US

About this chapter

Cite this chapter

Garrido, J. (2009). Linked lists. In: Object Oriented Simulation. Springer, Boston, MA. https://doi.org/10.1007/978-1-4419-0516-1_19

Download citation

  • DOI: https://doi.org/10.1007/978-1-4419-0516-1_19

  • Published:

  • Publisher Name: Springer, Boston, MA

  • Print ISBN: 978-1-4419-0515-4

  • Online ISBN: 978-1-4419-0516-1

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics