MUSoC / Visualization-of-popular-algorithms-in-Python

Visualization of popular algorithms using NetworkX Graph libray
204 stars 125 forks source link

Is A* search working fine, because it is giving me wrong answer. #37

Open ny4067 opened 4 years ago

ny4067 commented 4 years ago

image

As you can see above, it is giving me a non optimal solution for an admissible heuristic. Am I wrong or is your algorithm wrong? Please help.

Heuristics and input is below.

image

Thanks.