Step 1: Property of DFS root.
In DFS of an undirected graph, the root of the DFS tree is an articulation point if and only if it has two or more children. Hence, statement (B) is correct.
Step 2: Evaluation of other options.
Statement (A) is false because the DFS root can be an articulation point.
Statement (C) is false because a leaf in a DFS tree cannot disconnect the graph upon removal.
Statement (D) is false because back edges may exist that bypass the articulation point.
Step 3: Conclusion.
Thus, only option (B) is correct.
Consider the following directed graph:
Which of the following is/are correct about the graph?
