Skip to main content

Overview of Container Mechanisms

  • Chapter
Data Structure Programming

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

  • 863 Accesses

Abstract

In this chapter we are going to examine a number of ways that a programmer can store relatively large amounts of data for a program. We have already examined arrays, which use dense storage, and we saw that we can allocate such storage either automatically or on the free store. Two other methods of importance and frequent use are linked storage and hashed storage. Normally, linked storage is done only in the free store and hashed storage may be a combination of linked and dense storage and may involve either automatic or free store data or even a combination.

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

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

© 1998 Springer Science+Business Media New York

About this chapter

Cite this chapter

Bergin, J. (1998). Overview of Container Mechanisms. In: Data Structure Programming. Undergraduate Texts in Computer Science. Springer, New York, NY. https://doi.org/10.1007/978-1-4612-1630-8_3

Download citation

  • DOI: https://doi.org/10.1007/978-1-4612-1630-8_3

  • Publisher Name: Springer, New York, NY

  • Print ISBN: 978-1-4612-7223-6

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

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics