Computer Science, asked by kolikusum75, 11 months ago

which of the following data structure is linear type?

Answers

Answered by ItzImperceptible
6

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.

i hope it will help u...

Answered by Disha094
0

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.

Similar questions