0
2.4kviews
Explain linear and non-linear data structure with example
1 Answer
1
89views

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 …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.