1.

Is Best First Search a searching algorithm used in graphs.(a) True(b) FalseThis question was posed to me by my college professor while I was bunking the class.My doubt is from Graph Search in chapter Graph Search of Data Structures & Algorithms II

Answer»

Right choice is (a) True

To explain: Best First SEARCH is a searching algorithm used in GRAPHS. It explores it by choosing a NODE by heuristic EVALUATION rule. It is used in solving searching for related PROBLEMS.



Discussion

No Comment Found

Related InterviewSolutions