what is non linear data structure in computer science?
Answers
Answered by
1
Explanation:
Data structures where data elements are not arranged sequentially or linearly are called non-linear data structures. In a non-linear data structure, single level is not involved. Therefore, we can't traverse all the elements in single run only.
Hope it helps!!
Answered by
1
Answer:
Data structures where data elements are not arranged sequentially or linearly are called non-linear data structures. In a non-linear data structure, single level is not involved. Therefore, we can't traverse all the elements in single run only.
Attachments:
Similar questions