Skip to content
#

8-puzzle-solver

Here are 84 public repositories matching this topic...

This is the artificial intelligence problem solving project. This work has been done during the course of Artificial Intelligence in my bachelors degree. There are three problems in this project; United Federation of Planets (UFP), Raju’s Patterns and 8-Puzzle which have been solved through AI algorithms.

  • Updated Aug 28, 2019
  • C++

This is an Artificial Intelligence project which solves the 8-Puzzle problem using different Artificial Intelligence algorithms techniques like Uninformed-BFS, Uninformed-Iterative Deepening, Informed-Greedy Best First, Informed-A* and Beyond Classical search-Steepest hill climbing.

  • Updated Aug 28, 2019
  • C++

Improve this page

Add a description, image, and links to the 8-puzzle-solver 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-solver topic, visit your repo's landing page and select "manage topics."

Learn more