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
What are trees in data structures?
What is a undirected graph?
How will you reverse Linked List.
What is meant by heap sort?
What is a b+ tree? Explain its uses.
What does a bubble chart show?
Is arraylist better than array?
Explain the most efficient method to reverse a linked list?
Can a binary tree be empty?
How to sort 1 million floating point numbers?
How can I search for data in a linked list?
Which is better hashset or treeset?
How does hashset work internally in java?
What does sorting an array do?
What does enum do?