Skip to content

Create 8puzzleAstar.py#93

Open
Prathamesh-1011 wants to merge 2 commits intopravocodes:mainfrom
Prathamesh-1011:main
Open

Create 8puzzleAstar.py#93
Prathamesh-1011 wants to merge 2 commits intopravocodes:mainfrom
Prathamesh-1011:main

Conversation

@Prathamesh-1011
Copy link
Copy Markdown

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.

Copy link
Copy Markdown
Owner

@pravocodes pravocodes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8puzzleAstar file should be in py folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants