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 |
Define dynamic data structures?
What is the idea behind splaying?
Which is best array or linked list?
Why is quicksort faster than merge sort?
Define splay tree?
Draw a binary Tree for the expression : A * B - (C + D) * (P / Q)
What do you mean by Runtime Error
How is bubble sort done?
What are data members?
How do you do a selection sort?
What is stable sort?
What is the difference between adt and data structure?