πŸ“Š Artificial Intelligence and Robotics (AIR)
Q. A* Search Algorithm _________
  • (A) does not expand the node which have the lowest value of f(n),
  • (B) finds the shortest path through the search space using the heuristic function i.e f(n)=g(n) + h(n)
  • (C) terminates when the goal node is not found.
  • (D) all of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) finds the shortest path through the search space using the heuristic function i.e f(n)=g(n) + h(n)

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
795
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Madhu
Publisher
πŸ“ˆ
87%
Success Rate