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 |
Can we store null in arraylist?
Define double linked list?
Describe the types of data structures?
What is the default value of Array?
What is quick sort example?
Write the stack overflow condition.
Differentiate between queue and stack.
How many parts are there in a declaration statement?
What is bubble sort and quick sort?
Which is better hashmap or arraylist?
What is a concurrenthashmap?
How are elements stored in hashset?