8-puzzle
Here are 141 public repositories matching this topic...
Language:All
Sort:Most stars
A* written in C#, used with LINQ.
- Updated
Mar 29, 2019 - C#
A web-app that can solve 8-puzzle and visualize the search tree
- Updated
Nov 15, 2024 - HTML
Solve, test and benchmark algorithms for N-Puzzle problem with Python
- Updated
Apr 7, 2022 - Python
BFS, IDS, Greedy & A* applied to the 8-puzzle problem. ⚙️
- Updated
Jun 1, 2020 - Python
8 puzzle solver using BFS, DFS, IDDFS and A-star algorithm
- Updated
May 20, 2021 - Python
this a python BFS , A* and RBFS implementation of 8 puzzle
- Updated
Feb 10, 2021 - Python
Java program to solve the 8 puzzle problem using branch and bound algorithm.
- Updated
Feb 22, 2018 - Java
A BFS and A* implementation to the classic 8-puzzle problem
- Updated
Apr 18, 2018 - C
Solutions to the classic 8 puzzle, implementing an A* best search algorithm to complete the puzzle in multiple languages.
- Updated
Nov 1, 2018 - JavaScript
8-puzzle game is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing
- Updated
Mar 23, 2024 - Python
This repository contains generic platform for solving and benchmarking computational puzzles using different search strategies
- Updated
Oct 31, 2021 - C++
NxM puzzle solver using graph traversal algorithms
- Updated
Jun 4, 2021 - Java
Using heuristic search Best-First and A* with BFS (with manhatan distance) methods to solve 8-puzzle
- Updated
Oct 12, 2021 - Python
N-Puzzle implementation with BFS, DFS, Greedy and A*
- Updated
Nov 26, 2020 - Python
8-puzzle game that features a walkthrough of the optimal solution and allows users to customize the tiles using photos from their Gallery
- Updated
Dec 22, 2022 - Kotlin
A C++ implementation of N Puzzle problem using A Star Search with heuristics of Manhattan Distance, Hamming Distance & Linear Conflicts
- Updated
Dec 3, 2018 - C++
Implemented the 8 puzzle problem using DFS, BFS in python
- Updated
Apr 19, 2021 - Python
A sliding puzzle game and solver using ncurses.
- Updated
Mar 5, 2017 - C++
Improve this page
Add a description, image, and links to the8-puzzle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the8-puzzle topic, visit your repo's landing page and select "manage topics."