Computer Science, asked by harshinimeganathan, 1 day ago

which of these is a linear data structure a) vector b) matrix c) dataframe d) none of these​

Answers

Answered by Anonymous
10

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

Answered by mg443379
3

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

Explanation:

i hope this answer is right

Similar questions