INTRODUCTION TO LINEAR DATA
STRUCTURES
, Linear Data Structure
• It is a type of data structure where the
arrangement of the data follows a linear trend.
The data elements are arranged linearly such
that the element is directly linked to its previous
and the next elements.
• As the elements are stored linearly, the
structure supports single-level storage of data.
And hence, traversal of the data is achieved
through a single run only.