Whether Linked List is linear or Non-linear data structure?
Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by 2-3-4 tree?
In what data structures are pointers applied?
What is difference between list and array?
What are the Differences between map and hashmap?
Is list a data structure?
What is the Role of push() and pop() method?
Can arraylist hold duplicates?
Can we extend an array after initialization?
What is array and structure?
Given an array of integers, devise a program to replace every element with the next greatest element on the right side in the array. Also, replace the last element with 5 as there no element on the right side of it.
Which process places data at the back of the queue?
What are the differences between b tree and b+ tree?
Is a hashmap a dictionary?
What are all the classes and interfaces that are available in the collections?
What is adt example?