Linear and non linear data structure?

Answer:
linear data structure define as it traverses the data element sequentially in which only one data element can directly be reached. for ex- array , linked list.




non linear data structure in which every data item is attached to several other data items in a way that is specific for reflecting relationships. The data items are not sequential structure. Ex: Trees, Graphs
First answer by ID0460051805. Last edit by ID0460051805. Question popularity: 2 [recommend question].