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 |
State the properties of b tree.
What is time complexity of quick sort?
Define depth and height of a node?
What is the difference between hashmap and arraylist?
Which interfaces are implemented by abstractqueue?
Write a program to reverse a link list.
There are 8, 15, 13, 14 nodes were there in 4 different trees. Which of them could have formed a full binary tree?
What is a map in programming?
What is linked hash set?
What is a postfix expression?
Explain about set and their types in a collection?
What is the need of sorting?