DAA Question Bank
DAA Question Bank
DAA Question Bank
Unit-2
10. Derive DFS for the bellow graph and represent in matrix format
Unit-3
Unit-4
Unit-5
8. Explain the basic principle of Backtracking and list the applications of backtracking.
9. Explain the control abstraction of backtracking and derive the state space tree for 4 queen
problem
10. Explain the solution to the graph coloring problem using backtracking.
11. Give the solution to the 8-queens problem using backtracking
12. Write an algorithm to determine the Hamiltonian cycle in a graph using backtracking.