What is the non linear data structure?



What is the non linear data structure?..

Answer / Rajeev Arkvanshi

Non-linear data structures do not follow a linear sequence like arrays or linked lists. Examples include trees, graphs, and hash tables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Differentiate between the singly linked list and doubly linked list.

1 Answers  


What are the advantages of array?

1 Answers  


What is data structure definition?

1 Answers  


Calculate the address of a random element present in a 2d array, given base address as ba.

1 Answers  


What is the use of data structure in real life?

1 Answers  


List the differences between comparable and comparator interface?

1 Answers  


Does list allow null values?

1 Answers  


What are lists?

1 Answers  


How does a heap sort work?

1 Answers  


What are priority queues?

1 Answers  


Define a stack?

1 Answers  


What are the standard ways in which a graph can be traversed?

1 Answers  


Categories