-
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?
-
Which type of graph is suitable for DFS traversal?
-
What is the first step in DFS traversal?