InterviewSolution
Saved Bookmarks
| 1. |
Which algorithm is used to find the least cost path from source node to destination node?(a) A* BFS(b) C* BFS(c) D* BFS(d) B* BFSThis question was posed to me in an interview for internship.My enquiry is from Graph Search in chapter Graph Search of Data Structures & Algorithms II |
|
Answer» Right choice is (d) B* BFS |
|