example of linear and non-linear data structures?
Answer Posted / guest
stack,queue-linear data structure
tree,graph-nonlinear data structure
| Is This Answer Correct ? | 37 Yes | 6 No |
Post New Answer View All Answers
When is a binary search best applied?
What are trees in data structures?
Which sorting is best in time complexity?
List the applications of queues?
Define general trees?
Explain the common uses of tree database.
How can avl tree be useful in all the operations as compared to binary search tree?
What are basic algorithms?
Explain the uses of matrix with an example?
What is b tree in data structure?
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?
What happens when arraylist is full?
Do you know what is linear search?
Mention some drawbacks of the linked list.
How does linkedhashset work internally?