Given the best-first search algorithm:
A. Head straight for goal B. Computes distance of every node in open list to goal C. Pick node with shortest distance to goal as node to add to path
Is the best-first algorithm more efficient than breadth-first?
Is best-first complete?
Is best-first optimal?
Have ONE person from each group submit the group’s answers:
https://wpi.qualtrics.com/jfe/form/SV_1HoJ4o9XCIce1PE
Make sure to include the names of all group members.
Happy searching!
– Mark