InterviewSolution
Saved Bookmarks
| 1. |
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(c) When the graph is a n-ary Tree(d) When the graph is a ternary TreeThis question was addressed to me in a national level competition.The above asked question is from Depth First Search in portion Graph Search of Data Structures & Algorithms II |
|
Answer» Correct choice is (b) When the graph is a Linked List |
|