Mention for which header list, you will found the last node contains the null pointer?
Answer / Ankur Dixit
In a singly linked list, the last node does not have a next pointer, and its next pointer points to null.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the idea behind splaying?
State the difference between queues and linked lists?
What is the function of stack?
Can you sort a string?
Differentiate file structure from storage structure?
Differentiate between priorityqueue and treeset.
Define non linear data structure.
What is difference between tree and forest?
State the properties of b tree.
What is a subtree?
What is the difference between arraylist and hashmap?
Explain implementation of traversal of a binary tree.