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
Can you make an arraylist of arrays?
What is hashing technique?
Which sorting algorithm has minimum number of swaps?
How to get top two numbers from an array?
Write a Program for Delete an element from a doubly linked list.
What is a reverse linked list.
How many types of linked list are there?
How do you find the length of an arraylist?
What is fibonacci search?
Can we increase the size of statically allocated array?
How does a selection sort work for an array?
What are stacks? Give some of its applications.
Why do we need a data structure?
What is binary tree and its types?
Which is faster hashset or treeset?