3. (a) Discuss the main differences between Depth First Search (DFS) and Breadth First Search (BFS) techniques. For the
Posted: Sat May 14, 2022 3:13 pm
3. (a) Discuss the main differences between Depth First Search (DFS) and Breadth First Search (BFS) techniques. For the following graph using DFS and BFS respectively, list the vertices that are visited starting at vertex'e'. i Google h k b (7 marks) (b) Define a Kruskal Minimum Spanning Tree (MST) algorithm. Construct an MST for the following graph using Kruskal MST algorithm. Show the cost of each stage, final cost, and sketch the final tree. 3 13 10 5 (13 marks)