Computer Science, asked by amjadkhan9876888, 7 months ago

what is linear data structure​

Answers

Answered by Anonymous
21
Those data structures where the data elements are organised in some sequence is called linear data structure. ... Examples of linear data structures are array, stacks, queue, and linked list. They can be implemented in memory using two ways.
Answered by LEGEND778
3

Answer:

Explanation:

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.

Pls mark as brainliest answer

Similar questions