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
List the types of rotations available in splay tree?
Which is better array or linked list?
What is a matrix? Explain its uses with an example
Why heap sort is not used?
Write a data structure for a queue.
Describe the complexity of Binary search
Define double linked list?
Differentiate between compilers and interpreters.
How can you insert a node in a random location of the linked list?
Can array store heterogeneous data?
Which list does not allow duplicates?
What is copyonwritearraylist?
What are the advantages and disadvantages of linked list?
What is stack in data structure with the example?
How many types of searching are there in data structure?