Vidyalelo
Data Structure · Q8

Graph Algorithms (DFS, BFS, Dijkstras, etc)

Programming · Data Structure · question 8

Q8

What type of graph traversal does Depth-First Search (DFS) utilize?

A.
Recursive
Answer
B.
Iterative
C.
Level-by-level
D.
Random

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board