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

The best I can EXPLAIN: In computer SCIENCE, B* algorithm is USED to find the least cost path between the SOURCE node and the destination node. It is an example of the best first search.



Discussion

No Comment Found

Related InterviewSolutions