Skip to Content
A Textbook of Data Structures and Algorithms, Volume 1
book

A Textbook of Data Structures and Algorithms, Volume 1

by G. A. Vijayalakshmi Pai
January 2023
Intermediate to advanced
288 pages
5h 49m
English
Wiley-ISTE
Content preview from A Textbook of Data Structures and Algorithms, Volume 1

3Arrays

3.1. Introduction

In Chapter 1, an abstract data type (ADT) was defined to be a set of data objects and the fundamental operations that can be performed on this set.

In this regard, an array is an ADT whose objects are a sequence of elements of the same type, and the two operations performed on it are store and retrieve. Thus, if a is an array, the operations can be represented as STORE (a, i, e) and RETRIEVE (a, i), where i is termed the index and e is the element that is to be stored in the array. These functions are equivalent to the programming language statements a[i ]:= e and a[i], where i is termed subscript and a is termed array variable name in programming language parlance.

Arrays can be one-dimensional, two-dimensional, three-dimensional or in general multidimensional. Figure 3.1 illustrates a one-dimensional and two-dimensional array. It may be observed that while one-dimensional arrays are mathematically likened to vectors, two-dimensional arrays are likened to matrices. In this regard, two-dimensional arrays also have the terminologies of rows and columns associated with them.

Schematic illustration of examples of arrays.

Figure 3.1. Examples of arrays

In Figure 3.1, A[1:5] refers to a one-dimensional array where 1 and 5 are referred to as the lower and upper indexes or the lower and upper bounds of the index range, respectively. Similarly, B[1:3, 1:2] refers to a two-dimensional array where 1, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

A Textbook of Data Structures and Algorithms, Volume 3

A Textbook of Data Structures and Algorithms, Volume 3

G. A. Vijayalakshmi Pai

Publisher Resources

ISBN: 9781786308696Purchase Link