0
2.4kviews
Explain linear and non-linear data structure with example
1 Answer
| written 3.8 years ago by |
Linear Data Structure:
The data structure is where data elements are arranged sequentially or linearly where the elements are attached to their previous and next adjacent in what is called a linear data structure. In the linear data structure, a single level is involved. Therefore, we can traverse all the …