Is a list an array?
what is AVL tree?
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
Does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?
Evaluate the following prefix expression " ++ 26 + - 1324" (Similar types can be asked)
What data structure would you mostly likely see in a non recursive implementation of a recursive algorithm?
Is hashset synchronized?
What are the disadvantages of linear list?
How many passes does bubble sort need?
What is the difference between array list and vector list?
What are the advantages of sorting?
What is the meaning of anonymous array? Explain with an example?
What does args stand for?