Back to the 2022 paper
Similar questions
Design & Analysis of AlgorithmsThe minimum number of colors needed to color a graph having n > 3 vertices and 2 edges is: - (i) 2 - (ii) 3 - (iii) 4 - (iv) 120232mDesign and Analysis of Algorithms The minimum number of colors needed to color a graph having n > 3 vertices and 2 edges is (i) 2 (ii) 3 (iii) 4 (iv) 120222mDesign & Analysis of AlgorithmsExplain back-tracking, DFS and BFS with help of small example. Differentiate in between backtracking and dynamic programming. Apply the backtracking algorithm to solve the three-colouring problem for the following graph using state space tree. Assume three colours red, green and blue. 201914mDesign and Analysis of Algorithms Apply the Prim's algorithm and find the optimal solution for the following graph: 20257m
PreviousSolve the single source shortest path problem for the following graph considering '1' as the source vertex using Dijkstra's algorithm. NextDifferentiate between divide & conquer, greedy method and dynamic programming with suitable examples.