example of linear and non-linear data structures?
Answer Posted / description
Linear means, in order of sequence. ex: Arrays, starts from
0 to n number of items.
Non - Linear not in an order (or) random order sequence.
ex : Search Trees
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
Given M x N matrix with sorted elements row wise and column wise, find elements?
What are the types of array operations?
What is the height of a binary tree?
Which is better hashmap or treemap?
Is set sorted?
List out the disadvantages of using a linked list?
Why it is said that searching a node in a binary search tree is efficient than that of a simple binary tree?
How many types of searching are there in data structure?
What are arrays give example?
What is the difference between hashset and treeset?
What data structure underlies a python list?
What is the space complexity of selection sort?
Can list contain null values?
What is difference between list and linked list?
Explain the implementation of an AVL tree and Binary tree.