Vidyalelo
Data Structure · Q77

Graph Algorithms (DFS, BFS, Dijkstras, etc)

Programming · Data Structure · question 77

Q77

When the Depth First Search of a graph is unique?

A.
When the graph is a Binary Tree
B.
When the graph is a Linked List
Answer
C.
When the graph is a n-ary Tree
D.
When the graph is a ternary Tree

Answer: Option B

Solution

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