Q19
What is the time complexity of finding all reachable nodes from a given node in an undirected graph using DFS?
A.
O(E)
B.
O(V + E)
AnswerC.
O(V log V)
D.
O(E)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board