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 |
What are the advantage of linked list over array?
How do you make a bubble chart with 3 variables?
How does quicksort partition work?
Why do we need a data structure?
Define a priority queue?
Model a data structure for a DFA that takes an event as parameter and performs a desired action.
What is the use of space complexity and time complexity?
Explain different methods in which you can traverse a tree?
When would you use a tuple?
How will you represent a linked list in a graphical view?
What does the dummy header in linked list contain?
Which is the slowest sorting algorithm?