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: over 1 year 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