It expands the node that is estimated to be closest to goal. It expands nodes based on f(n) = h(n). It is implemented using priority queue.
Disadvantage: It can get stuck in loops. It is not optimal.
Latest posts by FreelancingGig (see all)
- Why IT Support Matters for Your Business - April 14, 2021
- 5 Tips for Businesses Considering Outsourcing - April 5, 2021
- Making a Video Game From Scratch in 5 Steps - April 2, 2021