https://github.com/govinddixit/8-puzzle-solver-ai-agent
A* implementation to the classic 8-puzzle problem
https://github.com/govinddixit/8-puzzle-solver-ai-agent
Last synced: 2 months ago
JSON representation
A* implementation to the classic 8-puzzle problem
- Host: GitHub
- URL: https://github.com/govinddixit/8-puzzle-solver-ai-agent
- Owner: GOVINDDIXIT
- Created: 2019-10-19T10:14:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T20:33:48.000Z (over 5 years ago)
- Last Synced: 2025-01-28T18:37:38.924Z (4 months ago)
- Language: Java
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 8 Puzzle Solver AI Agent
An AI agent to solve 8 puzzle problem using A* Algorithm with Manhattan distance heurestic approach