✏️ Explanatory Question

What is Linear data Structure?

👁 903 Views
📘 Detailed Answer
💡

Answer with Explanation

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