What is a treeset?
How do you determine if a binary tree is height balanced?
Are dictionaries mutable?
Provide an algorithm to reverse a linked list without using recursion.
Is it possible to increase size of array?
How do you find the size of an arraylist?
What is time and space complexity of bubble sort?
What is difference between array and string?
What is data structure and why we need it?
What things you would care about to improve the performance of application if its identified that its db communication that needs to be improved?
What are the advantages and disadvantages of linked list over array?
What is an example of an algorithm?
What is the difference between static and dynamic data?
What are the difference between arraylist and linkedlist from the perspective of sorting?
Tell us the difference between merge and quick sort. Which one would you prefer and why?