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
Which sorting algorithm is used in collections sort?
What is the basic of data structure?
What is the types of data structure?
How many sorting algorithms are there?
Why would you use a linked list?
What is the height of a binary tree?
Are the expressions arr and &arr same for an array of integers?
Can we add elements to final list?
Is hashmap get thread safe?
Can you change size of array once created?
How null key is handled in hashmap?
How do we find duplicate elements in an array?
Can arraylist hold duplicates?
Which are the sorted collections?
Describe the height term in a tree.