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
What is the similarity between a Structure, Union and enumeration?
What is raid (redundant array of inexpensive disks)? Explain its level?
In an avl tree, at explain what condition the balancing is to be done?
Is file a data structure?
Is arraylist a collection?
List out a few of the applications that make use of Multilinked Structures?
What will you prefer for traversing through a list of elements between singly and doubly linked lists?
What is data structure and why we need it?
Why is null not allowed in concurrenthashmap?
Difference between arraylist and linkedlist?
Which type of sorting is best?
What is impact of signed numbers on the memory?
Differentiate between list and set.
What are examples of data structures?
Will arraylist maintain insertion order?