Which of the following data sturture is linear type
Answers
Answered by
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.
it helpful so comment me
Similar questions