Topic: "8-puzzle-problem"
HxnDev/Solving-8-Puzzle-Problem-in-Fixed-Moves
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.
Language: Python - Size: 69.3 KB - Last synced at: 26 days ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 0

vic37get/jogo-dos-8
:1234: 🎮🕹 Implementação dos algoritmos de busca no problema do jogos dos 8 números.
Language: Python - Size: 93.8 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

yousefkotp/8-Puzzle-Solver
8 Puzzle solver using uninformed and informed search algorithms as DFS, BFS and A*.
Language: Python - Size: 124 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 2

MamadTvl/8-puzzle-problem
Solving 8-puzzle problem
Language: JavaScript - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

mielutzio/search-algorithms
Search algorithms for 8-puzzle problem search problem and traveling salesman optimization problem.
Language: Python - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Parneet-Sandhu/8-Puzzle-Problem
The 8-puzzle is a classic problem that involves sliding tiles in a 3x3 grid to match a desired goal configuration. The algorithm explores the shortest path from an initial configuration to the goal state and visualizes the steps involved in solving the puzzle.
Language: Python - Size: 12.7 KB - Last synced at: 29 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

CSZongzi/8-puzzle-problem 📦
Solving the 8-Puzzle problem using the A* algorithm (TypeScript impl.)
Language: TypeScript - Size: 125 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

RChandana/AI
Language: Jupyter Notebook - Size: 95.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

AnshulKanwar/8-puzzle-problem
8 Puzzle Problem Solver built using reactJs
Language: TypeScript - Size: 2.13 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

urastogi885/n-puzzle-solver
Finding optimal solution to a given configuration of the 8 puzzle problem
Language: Python - Size: 122 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

abhiy13/8-puzzle-solver
Simple cpp project for solving the 8-puzzle problem
Language: C++ - Size: 111 KB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 2

joemathew2004/8-puzzle-challenge
The classic 8-Puzzle challenge: Human vs. AI! This project features an AI solver (Best-First Search with Manhattan distance) and a Tkinter GUI that visualizes its steps. A volunteer can initialize the AI solver alongside a human's manual attempt. The "Stop" button allows the volunteer to declare the human the winner if they solve it before the AI.
Language: Python - Size: 381 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

gameric/8-puzzle
A simple 8-puzzle game made with VueJS
Language: Vue - Size: 2.26 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 2

niveditha-vudayagiri/8-puzzle
8-puzzle implementation in Python using State space search algorithms
Language: Python - Size: 18.6 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

200-0K/8-Puzzle
8-Puzzle Solver webapp it uses different search algorithms to solve the classic 8-puzzle problem.
Language: JavaScript - Size: 314 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ychen921/8-puzzle
Course project of ENPM661
Language: Python - Size: 685 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hlsxx/8-puzzle-cpp
Solving 8-puzzle with BFS and DFS algorithms
Language: C++ - Size: 194 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hlsxx/8-puzzle-rust
Solving 8-puzzle with BFS and DFS algorithms
Language: Rust - Size: 195 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Nikhil-prog/8-puzzle-solver
8 puzzle solver, a python program that solves the modified version of Expense 8 puzzle problem using different algorithms,
Language: Python - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dersiwi/8-Puzzle-Solving
8-Puzzle solver in python using A* and manhatten heuristics
Language: Python - Size: 14.6 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

anubhavparas/n-puzzle-problem
Simple BFS search to solve N-Puzzle Problem
Language: Python - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

edenroseFR/sliding-8-puzzle
This is a simple 8-puzzle game solved using different search algorithms (A Star, BFS).
Language: Python - Size: 101 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

yuanjie8629/EightPuzzleProblemSolving
Application of A* search algorithm in solving 8-puzzle problem.
Language: Jupyter Notebook - Size: 432 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

himanshuj24/8_puzzle_problem
This code solves the 8 puzzle problem with A star algorithm.
Language: C++ - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

gadgil-devashri/8-Puzzle-A-Star-Search
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
Language: Python - Size: 249 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 2

Davidmenamm/Artificial_Intelligence_8_Puzzle_Program
Implementing the 8 puzzle program, manhattan distance algorithm is used to find best path and also a learned through experience heuristic algorithm.
Language: Java - Size: 30.3 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

roscibely/Jogo-dos-8
Implementation of A* search algorithm for the 8 puzzle 🎮
Language: Processing - Size: 25.4 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

Bishalsarang/8-Puzzle-Problem
This repository contains solver to 8 Puzzle Problem using A* algorithm and manhattan distance as heuristics.
Language: Python - Size: 285 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1
