which of these is a linear data structure a) vector b) matrix c) dataframe d) none of these
Answers
Answered by
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
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