InterviewSolution
Saved Bookmarks
| 1. |
When the Breadth 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 TreeThe question was asked by my school principal while I was bunking the class.My question is taken from Breadth First Search topic in portion Graph Search of Data Structures & Algorithms II |
|
Answer» The correct answer is (b) When the graph is a LINKED List |
|