Explain the uses of matrix with an example?
Can arraylist be empty?
Can you have an arraylist of arrays?
Why do we use dynamic arrays?
Define degree of the node?
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?
Why quicksort is faster than merge sort?
Why we use arraylist instead of linked list?
How to sort an Array?
What is sequential search? What is the average number of comparisons in a sequential search?
You want to insert a new item in a binary search tree. How would you do it?
What are the major data structures used in the network data model?
What is collection sort?