173k views
4 votes
What are the basic characteristics of the linear structure in data structure

User KJamesy
by
4.4k points

1 Answer

4 votes

Step-by-step explanation:

A Linear data structure have data elements arranged in sequential manner and each member element is connected to its previous and next element. This connection helps to traverse a linear data structure in a single level and in single run. Such data structures are easy to implement as computer memory is also sequential.

User Ray Suhyun Lee
by
3.8k points