Q.1.
Which of the following is false in the case of a spanning tree of a graph G?
Q.2.
Which of the following problems is NOT solved using dynamic programming?
Q.3.
Which of the following problems should be solved using dynamic programming?
Q.4.
Problems that cannot be solved by any algorithm are called?
Q.5.
What is the time complexity of Kruskal’s algorithm?
Q.6.
What will be the recurrence relation of the code of recursive selection sort?
Q.7.
Master’s theorem is used for?
Q.8.
What is the running time of the Floyd Warshall Algorithm?
Q.9.
Which of the following sorting algorithm is NOT stable?
Q.10.
What is the worst case time complexity of a quick sort algorithm?
Q.11.
Which of the following is false about the Kruskal’s algorithm?
Q.12.
What is the running time of Bellmann Ford Algorithm?
Q.13.
Which of the following is the most commonly used data structure for implementing Dijkstra’s Algorithm?
Q.14.
What is the LCM of two coprime numbers?
Q.15.
Which of the following is false about Prim’s algorithm?
Q.16.
What is the objective of tower of hanoi puzzle?
Q.17.
Who formulated the first ever algorithm for solving the Hamiltonian path problem?
Q.18.
How many sub arrays does the quick sort algorithm divide the entire array into?
Q.19.
Which of the following sorting algorithms is used along with quick sort to sort the sub arrays?
Q.20.
Problems that can be solved in polynomial time are known as?