8-puzzle-problem
Here are 30 public repositories matching this topic...
This repository contains solver to 8 Puzzle Problem using A* algorithm and manhattan distance as heuristics.
-
Updated
Feb 28, 2020 - Python
Implementation of A* search algorithm for the 8 puzzle 🎮
-
Updated
Aug 21, 2020 - Processing
Implementing the 8 puzzle program, manhattan distance algorithm is used to find best path and also a learned through experience heuristic algorithm.
-
Updated
Oct 19, 2020 - Java
Finding optimal solution to a given configuration of the 8 puzzle problem
-
Updated
Nov 24, 2020 - Python
implementation of AI problems in python
-
Updated
Dec 20, 2020 - Python
8 tiles puzzle problem is solved using A - Star algorithm in C++ programming language
-
Updated
Apr 16, 2021 - C++
-
Updated
May 5, 2021 - Python
Solving 8-puzzle problem
-
Updated
May 12, 2021 - JavaScript
The 8-puzzle problem is a puzzle invented and popularized by Noyes Palmer Chapman in the 1870s. It is played on a 3-by-3 grid with 8 square blocks labeled 1 through 8 and a blank square. Your goal is to rearrange the blocks so that they are in order.
-
Updated
Jul 26, 2021 - Python
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
This code solves the 8 puzzle problem with A star algorithm.
-
Updated
Jan 8, 2022 - C++
Application of A* search algorithm in solving 8-puzzle problem.
-
Updated
Jul 2, 2022 - Jupyter Notebook
8 Puzzle Problem Solver built using reactJs
-
Updated
Aug 17, 2022 - TypeScript
Solve 8-puzzle, a type of sliding tile puzzle, by Classic Search Algorithms.
-
Updated
Sep 27, 2022 - Python
8 Puzzle solver using uninformed and informed search algorithms as DFS, BFS and A*.
-
Updated
Nov 11, 2022 - Python
This is a simple 8-puzzle game solved using different search algorithms (A Star, BFS).
-
Updated
Nov 23, 2022 - Python
Simple BFS search to solve N-Puzzle Problem
-
Updated
Feb 8, 2023 - Python
8-Puzzle solver in python using A* and manhatten heuristics
-
Updated
Feb 12, 2023 - Python
🔢 🎮🕹 Implementação dos algoritmos de busca no problema do jogos dos 8 números.
-
Updated
Apr 8, 2023 - Python
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.
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."