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 hashmap allow null keys?
Explain the most efficient method to reverse a linked list?
What package is arraylist?
What is a b+ tree? Explain its uses.
Which data structure is used in arraylist?
Why do we need arrays if all the operations that are performed on arrays can be performed on arraylist?
Why do we need linked lists?
Explain what is linear search?
What is Jagged Arrays?
How do I rearrange rows in numbers?
How is hashmap o 1?
What do you mean by garbage collection?