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