InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not an application of Breadth First Search?(a) Finding shortest path between two nodes(b) Finding bipartiteness of a graph(c) GPS navigation system(d) Path FindingI got this question in a national level competition.Question is taken from Breadth First Search in chapter Graph Search of Data Structures & Algorithms II |
|
Answer» Right choice is (d) Path Finding |
|