

MCQOPTIONS
Saved Bookmarks
1. |
What is the space complexity of standard DFS(V: no. of vertices E: no. of edges)? |
A. | O(V+E) |
B. | O(V) |
C. | O(E) |
D. | O(V*E) |
Answer» C. O(E) | |