Define non-linear data structures?



Define non-linear data structures?..

Answer / Ajay Raj

Non-Linear Data Structures are those which do not have a linear arrangement of elements, like arrays and linked lists. Examples include Trees, Graphs, and Maze.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is stack in data structure with the example?

1 Answers  


Is hashmap part of collection?

1 Answers  


What are the types of algorithms?

1 Answers  


Can we remove element from arraylist while iterating?

1 Answers  


Why merge sort is better than insertion sort?

1 Answers  


Can we use any class as map key?

1 Answers  


What is a linear search?

1 Answers  


When is a binary search best applied?

1 Answers  


What package is arraylist?

1 Answers  


Can arraylist shrink?

1 Answers  


Differentiate between compilers and interpreters.

1 Answers   Tech Mahindra,


How do you sort in ascending order in arraylist?

1 Answers  


Categories