Skip to main content

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

  • 6658 Accesses

Arrays are useful for processing many data or generating many results at once into a compact contiguous structure. Loosely speaking, array structures allow one to manipulate many variables at once. An array is an indexed sequence of components. In mathematics, one is familiar with variables bearing indices like, for example, the vector coordinates x i or matrix elements m i,j . In most programming languages, indices start at zero and not at one as is often the case in mathematics. This simple 1-or-0 convention actually yields confusion to many novice programmers, and is therefore an important source of bugs to watch for.

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

Access this chapter

eBook
USD 19.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 29.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

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 Frank Nielsen .

Rights and permissions

Reprints and permissions

Copyright information

© 2009 Springer-Verlag London

About this chapter

Cite this chapter

Nielsen, F. (2009). Arrays. In: A Concise and Practical Introduction to Programming Algorithms in Java. Undergraduate Topics in Computer Science. Springer, London. https://doi.org/10.1007/978-1-84882-339-6_4

Download citation

  • DOI: https://doi.org/10.1007/978-1-84882-339-6_4

  • Published:

  • Publisher Name: Springer, London

  • Print ISBN: 978-1-84882-338-9

  • Online ISBN: 978-1-84882-339-6

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics