Is Linked List 'linear' or 'Non-linear' data structure?
Answer Posted / mamata anayak
Linked list is a linear data structure because their data elements are not placed in order as physical placement memory values instead each data element point to next data element, its is a data structure collecting of nodes which represent a sequence.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are linked lists considered linear or non-linear data structure?
How do I start preparing for placement?
What is array sort?
Explain the Stack
Are collections thread safe?
Write the postfix form of the expression: (a + b) * (c - d)
How do you solve a selection sort?
How will you represent a linked list in a graphical view?
Which are the sorted collections?
What are the collision resolution methods?
What is the difference between null and void pointer in data structures?
Which is better array or linked list?
Explain heapsort. What is its complexity?
Which type of sorting is best?
What is the difference between hashmap and linkedhashmap?