A* search algorithm implementation for solving 8-puzzle problem. Includes code modularization, performance optimization and solvability checking features.
-
Updated
Sep 1, 2024 - Python
A* search algorithm implementation for solving 8-puzzle problem. Includes code modularization, performance optimization and solvability checking features.
A sliding puzzle implementation using Python Tkinter.
Homeworks done in course CS 599: Algorithms - Design, Analysis, and Implementations at Oregon State University
This repository contains solver to 8 Puzzle Problem using A* algorithm and manhattan distance as heuristics.
Add a description, image, and links to the sliding-puzzle topic page so that developers can more easily learn about it.
To associate your repository with the sliding-puzzle topic, visit your repo's landing page and select "manage topics."