Vidyalelo
Data Structure · Q32

Graph Algorithms (DFS, BFS, Dijkstras, etc)

Programming · Data Structure · question 32

Q32

What type of graph does the DFS algorithm explore in a systematic manner?

A.
Directed and undirected graphs
Answer
B.
Only undirected graphs
C.
Only directed graphs
D.
Only weighted graphs

Answer: Option A

Solution

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