Can a tree be empty?
What are the disadvantages of linked list?
Differentiate between hashset and treeset.
What are the disadvantages array implementations of linked list?
Define a priority queue?
Write a data structure for a queue.
How do you find the second largest element in an array of integers?
How do you solve a selection sort?
What is data structure in programming language?
What is rule regarding overriding equals and hascode method?
What is the order of b tree?
What will you prefer for traversing through a list of elements between singly and doubly linked lists?
Questions related to arrays, such as given a 2 integer array, find the common elements.
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
Differentiate between set and map.