pravocodes / Hacktoberfest2024

25 stars 227 forks source link

Create 8puzzleAstar.py #93

Open Prathamesh-1011 opened 6 days ago

Prathamesh-1011 commented 6 days 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.