English, asked by ashwinisanjay25, 5 months ago

1. Which of the following data structure is linear type?​

Answers

Answered by sharonangela916
0

Answer:

Linear data structure: A linear data structure traverses the data elements sequentially, in which only one data element can directly be reached. Ex: Arrays, Linked Lists, Stack, Queue, Any type of List all are linear. Trees like Binary Tree, B Tree or B+ Tree are examples of non linear data structure.

Explanation:

Similar questions