Examples of linear data structures include
Answers
Answered by
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. A Stack is a LIFO (Last In First Out) data structure where element that added last will be deleted first. ... Examples of non linear data structures are Trees and Graphs.
Similar questions