pravocodes / Hacktoberfest2024

26 stars 250 forks source link

Create 8puzzleAstar.py #93

Open Prathamesh-1011 opened 1 month ago

Prathamesh-1011 commented 1 month ago

This issue is to add Python program for solving the 8 Puzzle Problem by implementing the A algorithm. A is a heuristic search algorithm that combines the actual cost to reach a node with an estimated cost to the goal, providing an efficient way to find the shortest path to the goal state.