Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists tagged with n-puzzle
A curated list of projects in awesome lists tagged with n-puzzle .
https://github.com/tristanpenman/n-puzzle
Single-page web app for learning about graph search algorithms, such as Depth-First Search and A* Search
Last synced: 19 Dec 2024
https://github.com/alexp11223/eightpuzzlesolver
8-puzzle solver. A*, RBFS, IDS algorithms, different puzzle sizes.
Last synced: 13 Dec 2024
https://github.com/beardedfish/fifteen-puzzle
Classic sliding puzzle game programmed in C++11. This program works on both Microsoft Windows and on Linux. 🧩
15-puzzle c-plus-plus console console-game cplusplus-games game game-of-fifteen input io linux n-puzzle output puzzle puzzle-game win32 win32-api windows
Last synced: 06 Nov 2024
https://github.com/peteprattis/generic-planner-for-minigames
A python script that implements a generic planner to solve a series of minigames using heuristic algorithms to generate the best possible moves to reach the goal state.
artificial-intelligence astar astar-algorithm astar-pathfinding astar-search-algorithm block-world computer-science generic-planner heap heuristics n-puzzle planner program python student water-jug-problem
Last synced: 17 Nov 2024
https://github.com/almayor/n-puzzle
Solving N Puzzle problem using A* algorithm
15-puzzle astar-algorithm n-puzzle school42
Last synced: 02 Dec 2024
https://github.com/asifhaider/artificial-intelligence-3-2
Implementation of A* Search, Constraint Satisfaction Problem, Local Search and Knowledge Engineering
a-star-search csp-solver inference-logic latin-square local-search minesweeper n-puzzle
Last synced: 06 Dec 2024
https://github.com/peyz21/n-puzzlesolver
This Repository contains a solver for fifteen-puzzle To be specific, the NxN sliding puzzle solver in JAVA. The program uses a specific version of Kruskal Algorithm mainly known by A* algorithm with three different heuristics. It uses greedy version of the A* algorithm along side of different heuristics in order to achieve faster solutions
15-puzzle astar-algorithm datastructures-algorithms hashmap heuristic-search-algorithms java n-puzzle priority-queue
Last synced: 19 Dec 2024
https://github.com/naghim/ai_hw_2
This repository contains a Python implementation of the A* algorithm for solving the n-puzzle problem. The code was developed as a homework assignment and includes detailed comments and explanations. With this implementation, you can solve n-puzzle problems of various sizes and explore the algorithm's behavior and performance.
Last synced: 10 Nov 2024