Is Linked List 'linear' or 'Non-linear' data structure?
Answer / 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 |
What is data algorithm?
Is hashmap ordered?
Does linked list allow duplicates?
What is dynamic array how it is created?
What are different techniques for making hash function?
What is the use of substring?
Is list a data type?
What is the Insertion Sort Code?.
What is the difference between data types and data structures?
What do you mean by Runtime Error
Write the disadvantages of separate chaining?
What does the dummy header in the linked list contain?