-
What is the primary purpose of Depth-First Search (DFS)?
-
Which data structure is commonly used to implement DFS?
-
What is the time complexity of DFS for a graph with V vertices and E edges?
-
In DFS, how are vertices visited?
-
What type of graph can DFS be applied to?