Whether Linked List is linear or Non-linear data structure?
Answer / jagrit kashyap
According to Access strategies Linked list is a linear one.
According to Storage Linked List is a Non-linear one.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you rotate an AVL tree?
What is array traversing?
What is collision in data structure?
How would you sort a linked list?
Write a code for dynamic allocation of array.
Can arraylist hold duplicates?
Difference between arraylist and linkedlist?
Does treemap allow null keys?
Can we store primitives in collections?
Define shortest path?
What exactly is a thread?
Name few concurrent collection classes?