Skip to content
#

8-puzzle-problem

Here are 29 public repositories matching this topic...

Repository for programming project one under ITCS 6150 Intelligent Systems under Dr. Dewan Ahmad for the fall 2021 semester. The aim is to solve the 8-puzzle problem using an A star search algorithm based on the heuristic function chosen by the user. The programming language chosen for this project is Python 3

  • Updated Dec 23, 2021
  • Python

The 8-puzzle-problem repository hosts a Jupyter Notebook detailing the solution strategies for the 8-puzzle, a sliding puzzle involving a 3x3 grid. The notebook includes implementations of various algorithms to solve the puzzle efficiently, demonstrating concepts from artificial intelligence and algorithm design.

  • Updated Apr 23, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the 8-puzzle-problem topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 8-puzzle-problem topic, visit your repo's landing page and select "manage topics."

Learn more