Computer Science, asked by Hiteshi562, 1 year ago

Is Graph a linear data structure?

Answers

Answered by Anonymous
4
In the linear data structure, the data is organized in a linear order in which elements are linked one after the other.

Attachments:
Answered by Anonymous
0

Examples of linear data structures are Arrays, Stack, Queue and Linked List. An arrays is a collection of data items having the same data types. ... All the data elements in non linear data structure can not be traversed in single run. Examples of non linear data structures are Trees and Graphs.

Attachments:
Similar questions