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 a dequeue?
What is difference between arraylist and linkedlist?
What is difference between map and hashmap?
How memory is reserved using a declaration statement in data structure?
Parenthesis is never required in postfix or prefix expressions, why?
How arraylist increase its size?
There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?
What is difference between hashmap and map?
Explain binary tree traversals?
what is the difference between dynamic as well as non - dynamic data structures.
Is quicksort a stable algorithm?
Define double linked list?
How to show internal storage representation of data structure in RDBM?
What do you mean by hash function?
How to initialize Dictionary using collection initialize?