Chapter 2
Data Structures: Array
Chapter Outline
2.6 Three- or Multi-dimensional Arrays
2.9 Drawbacks of Linear Arrays
2.10 Sparse Matrices and Dense Matrices
2.1 INTRODUCTION
Array means collection. An array is used to store elements of the same type. It is a very popular and useful data structure and stores data elements in contiguous locations. More than one element is arranged in sequence so it is also called a composite ...
Get Introduction to Data Structures in C now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.