Explanatory Question
What is Linear data Structure?
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.
Linear data structure organizes their elements in a linear fashion, where data elements are attached one after another. They are organized in a way similar to how the computer's memory is organized.
1) To have the linear relationship between the elements represented by means of sequential memory locations. For Example- ARRAY
2) To have the linear relationship between the elements represented by means of pointers and links. For Example- LINKED-LIST
First read the answer fully, then try to explain it in your own words. After that, open a few related questions and compare the concepts. This method helps you remember the topic for a longer time and improves exam preparation.