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
What the principle of quick sort and its complexity?
How many types of data structures are used?
Is collection a class or interface?
What is linked list ?
What do you mean by double hashing?
How to search binary in a sorted array?
What are the advantages of merge sort?
How do we find duplicate elements in an array?
Is tuple immutable?
Describe avl tree or height balanced binary search tree.
Why do we need linked list?
What are the Advantages and disadvantages of Array?
What is the relationship between a queue and its underlying array?
Can we modify final arraylist?
What are the types of sorting?