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

asked
User KJamesy
by
8.8k 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.

answered
User Ray Suhyun Lee
by
8.2k points

No related questions found