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 return map?
Can you list out the areas in which data structures are applied extensively?
Stack can be described as a pointer. Explain.
Treemap orders the elements on which field?
Why you need a data structure?
What is precision?
Draw a binary Tree for the expression : A * B - (C + D) * (P / Q)
Does hashmap allow null keys?
What is sorting and its types?
Define 2-3-4 tree?
What is the difference between length () and size () of arraylist?
Define 2-3 tree?