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 |
Differentiate between push and pop?
What is 1d array?
what is a balanced tree.
If you have to store one lakh objects, what will be a better option- a hash map or an array list?
What is the time complexity of arraylist and linked list?
Discuss the difference between a stack and an Array?
What is significance of ” * ” ?
Explain the uses of matrix with an example?
what is the difference between Linear Array and Linked List?
Is hashmap sorted?
What exactly is a thread?
Which sorting is best and why?