Data Strucure-Intoduction
Data Strucure-Intoduction
Data Structure
Organizing of data
Accessing methods
Degree of associativity
Processing alternatives for information
Primitive Non-Primitive
Float Pointer
Linear Non-Linear
December 8, 2021 Data Structures and Algorithm 15
Linear / non linear Data Structures.
A data structure that maintains a linear
relationship between its elements, it is called
linear data structure. For example, an array
holds the linear relationship between its
elements, it is linear data structure.
In case of non-linear data structure, they do not
maintain any linear relationship between their
elements. Consider a tree structure. You can’t
define linear relationship between the elements.
It is an example of non-linear data structure.