Design and Analysis of Algorithms (21CS2009)_Model Question Bank
Design and Analysis of Algorithms (21CS2009)_Model Question Bank
Module-I
2 2 10
Item 1 2 3 4 2 3 10
Weight 2 1 3 2
Value 12 10 20 15
Module –III
1. Explain tree traversal techniques with suitable examples. 3 1 10
2. Explain graph traversals a) breadth first traversal b) depth first
3 1 10
traversals with an example.
3.
Describe about connected components and spanning trees 3 2 10
4. Describe bi – connected components of a graph with a suitable
3 2 10
example.
5. Draw the state space tree for solving 8 - queens problem using back
3 1 10
tracking.
6. Explain back tracking concept and apply it to solve subset sum
3 1 10
problem for S = {6, 5, 3, 7} and d = 15.
7.
Explain Graph coloring algorithm with an example. 3 1 10
8.
Explain Hamiltonian cycle algorithm with an example. 3 2 10
9.
Draw the general method of backtracking for Knapsack Problem. 3 2 10
10.
Explain about the sum of subsets problem with example clearly. 3 2 10
Module -IV
1. Explain about the general method of Branch and Bound Techniques 4 1 5
2. Define about different types of branches bound in DAA 4 1 10
3. Explain about the FIFO Branch and Bound 4 2 10
4. Explain about the LIFO Branch and Bound 4 1 10
5. Explain about the LC Branch and Bound 4 1 10
6. Explain Lower bound theory with an example 4 1 10
7. Explain about the transitive Closure with the help of Lower Bound
4 2 10
Theory
8. Illustrate a solution for travelling salesman problem, using branch
4 2 10
and bound technique.
9. Develop a State Space Tree for Branch and Bound Theory 4 2 10
10. Explain branch and bound technique is used to solve 0/1 knapsack
4 2 10
problem
Module –V
1. Explain the relationship between P, NP, NP Hard, NP Complete 5 2 10
2. Explain about the NP – completeness and NP hardness and difference
5 2 10
between NP Hard and NP Complete
3. Explain at least three problems that can be classified as NP, NP –
5 2 10
complete and NP – hard problems.
4. Explain NP – complete problems Node Cover problem 5 2 10
5. Explain about the Clique Decision Problem in NP Hard
6. Explain about Cook’s theorem 5 2 10
7. Illustrate chromatic number decision problem is NP – complete. 5 3 10
8. Explain that the Hamilton path problem is NP – complete. 5 2 10
9. Explain about the Reduction problems in NP Hard and NP complete 5 2 10