What are the different types of data structures explain briefly?
Explain set interface?
What is the heap in data structures?
What is the best complexity of bubble sort?
What is a list in data structure?
Is heap sort faster than quicksort?
Which is better merge sort or quick sort?
What are arrays used for?
What is difference between array and arraylist? When will you use array over arraylist?
Write a program to insert an element and in the specific position in the array?
If you are using c language to implement the heterogeneous linked list, explain what pointer type will you use?
Treemap orders the elements on which field?
What is sequential sorting?
Give a real time example of stack
What are the different binary tree traversal techniques?