Computer Science, asked by kolikusum75, 10 months ago

data structure linear type

















Answers

Answered by VaishnaviMohan
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