Question

Consider the following dependency graph: Construct the component graph by identifying each of the strongly connected components (SCCS). Which of the following edges CAN be safely added to the dependency

graph without reducing the number of strongly connected components? Add (M,D). Add (C, F). Add ( M, L). Add ( L, A).

Question image 1Question image 2Question image 3Question image 4Question image 5Question image 6Question image 7