Q.1.
Which of the following is not the algorithm to find the minimum spanning tree of the given graph?
Q.2.
How many priority queue operations are involved in Dijkstra’s Algorithm?
Q.3.
In what time can the Hamiltonian path problem can be solved using dynamic programming?
Q.4.
What is a subset sum problem?
Q.5.
The problem of finding a path in a graph that visits every vertex exactly once is called?
Q.6.
What is the average running time of a quick sort algorithm?
Q.7.
In which of the following cases, the maximum sum rectangle is thematrix itself?
Q.8.
The shortest distance between a line and a point is achieved when?
Q.9.
Worst case is the worst case time complexity of Prim’s algorithm if adjacency matrix is used?
Q.10.
To which class does the Euler’s circuit problem belong?
Q.11.
Which of the following statements is not a part of Chan’s algorithm?
Q.12.
Which of the following techniques can be used to search an element in an unsorted array?
Q.13.
Which of the following strategies does the following diagram depict?
Q.14.
The Euler’s circuit problem can be solved in?
Q.15.
The problem of maximizing the sum of weights on edges connecting matched pairs of vertices is?
Q.16.
What is the length of an augmenting path?
Q.17.
Who was the first person to solve the maximum matching problem?
Q.18.
Which of the following problems is similar to that of a Hamiltonian path problem?
Q.19.
What is the set partition problem?
Q.20.
Which of the following is not true about subset sum problem?