An open API service indexing awesome lists of open source software.

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

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