What is a non-linear data structure?
A non-linear data structure is a way of organizing data that is not in linear order. In a linear data structure, the elements are arranged in a sequential manner.
Comments