Solve a sliding 15-puzzle using different search strategies.
-
Updated
Apr 23, 2024 - Python
Solve a sliding 15-puzzle using different search strategies.
Explore A* search for solving 3x3 and 4x4 puzzles
This repository is made to fulfill Tugas Kecil 3 Strategi Algoritma 2022
Greedy Algorithm (AI)
A python program to solve 15-puzzles using branch and bound algorithm.
A generalized (pq) puzzle solver with Weighted Iterative Deepening A* algorithm, finite state machine pruning routines, and different heuristic methods.
8 puzzle and 15 puzzle game using Backtracking algorithm
This is a 15-Puzzle solver using the Branch and Bound approach algorithm.
Simple BFS search to solve N-Puzzle Problem
Solve 15-Puzzle problem by A* and IDA* algorithm
An implementation of the branch-and-bound algorithms to solve a 15-puzzle game using heuristics. Built with Python 3.9.4, operable in both GUI and CLI.
Add a description, image, and links to the 15-puzzle-solver topic page so that developers can more easily learn about it.
To associate your repository with the 15-puzzle-solver topic, visit your repo's landing page and select "manage topics."