InterviewSolution
Saved Bookmarks
| 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* |
|