where do you use double linked list?
No Answer is Posted For this Question
Be the First to Post Answer
When will you sort an array of pointers to list elements, rather than sorting the elements themselves?
Write the importance of hashing?
Why do we need to recycle?
There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?
Can sets contain duplicates?
Which is faster hashmap or concurrenthashmap?
Explain implementation of traversal of a binary tree.
What are the types of collision resolution strategies in open addressing?
What is different between array and list?
Is heap sort adaptive?
What is a graph?
Why entry interface is used in map?