Name few classes that implement collection interface?
Is bucket sort stable?
What are the disadvantages of linear list?
Questions related to arrays, such as given a 2 integer array, find the common elements.
Can a hashmap have duplicate keys?
State the difference between queues and linked lists?
If you are using c language to implement the heterogeneous linked list, explain what pointer type will you use?
What is meant by arraylist?
How is bubble sort done?
Mention some drawbacks of the linked list.
Given an unsorted linked list, and without using a temporary buffer, write a method that will delete any duplicates from the linked list?
How is heap sort implemented?
What is internal and external sorting?
What is a 2 dimensional array?
What is data structure explain different types of data structures with examples?