example of linear and non-linear data structures?
Answer Posted / santosh kumar chaudhary
A linear data structure is one in which, while traversing
sequentially, we can reach only one element directly from
another. Eg- Linked List, Array.
| Is This Answer Correct ? | 21 Yes | 8 No |
Post New Answer View All Answers
What is the complexity of bubble sort?
What is bubble sort used for?
Describe the complexity of Binary search
Is hashtable fail fast?
What is the difference between hashset and linkedhashset?
What is the best complexity of bubble sort?
Which interfaces are implemented by linkedlist?
What is mean by selection sort?
List the limitations of linear probing?
What is a data structure definition?
What is bubble sort technique?
What is merge sort and how it works?
What is the need for path compression?
Does linkedhashset allow null values?
What are stacks? Give some of its applications.