Computer Science, asked by joyashreepaul1502, 7 months ago

what is a linear data structure? ​

Answers

Answered by Anonymous
34

Answer:

  • Those data structures where the data elements are organised in some sequence is called linear data structure.

Hope it will be helpful :)

Answered by khushboo497829
0

Answer:

A Linear data structure have data elements arranged in sequential manner and each member element is connected to its previous and next element. ... Such data structures are easy to implement as computer memory is also sequential. Examples of linear data structures are List, Queue, Stack, Array etc

Similar questions