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 |
Does treemap allow null key?
Does concurrenthashmap allow null?
Which is faster array or list?
What are the operations that can be performed on a stack?
Explain the Array
What do you mean by sorting?
Differentiate between queue and deque.
Define a right-skewed binary tree?
List the area of applications where stack data structure can be used?
Does treemap preserve order?
Are duplicates allowed in hashmap?
Is there any difference between int[] a and int a[]?