1.

Which algorithm is used in graph traversal and path finding?(a) A*(b) C*(c) D*(d) E*This question was posed to me during an online exam.My doubt is from Graph Search in chapter Graph Search of Data Structures & Algorithms II

Answer»

Right option is (a) A*

Explanation: In computer SCIENCE A* ALGORITHM is USED in graph traversal and path finding. It is a process of node finding in between a path. It is an EXAMPLE of the best first SEARCH.



Discussion

No Comment Found

Related InterviewSolutions