data structure linear type
Answers
Answered by
4
Answer:
Any data structure where elements does not possess any parent-child (or Hierarchical) relationship is termed as linear data structure. Array, LinkedList, Stack, Queue, Any type of List all are linear. Trees like Binary Tree, B Tree or B+ Tree are example of non linear data structure.
Explanation:
May this ANSWER will help you plz mark has brainliest
Similar questions