What is difference between hashmap and hashtable?
What are linked list?
Is hashset synchronized?
What happens if we put duplicate key in hashmap?
What you mean by sorting?
How does a treemap work?
What does adt stands for?
what is a complexity of linear search,binery search?
Is bubble sort adaptive?
By Which algorithm, the 8 queens problem is solved?
Why heap sort is not used?
Run time memory allocation is known as ?
Q#1: An algorithm is made up of 2 modules M1 and M2.If order of M1 is F(n) and order of M2 is g (n) then what is the order of the algorithm. Q # 2 : How many binary trees are possible with 3 nodes? with 4 nodes?