15-puzzle-solver
Here are 30 public repositories matching this topic...
Greedy Algorithm (AI)
-
Updated
Apr 19, 2020 - Python
This repository is my solution to an assignment in the course Artificial Intelligence in video games. I uploaded it here because I am going to refactor it and write a blog post about it for my portfolio/resume
-
Updated
Jun 5, 2020 - C#
-
Updated
Jul 9, 2020 - C
-
Updated
Sep 17, 2020 - Julia
Explore A* search for solving 3x3 and 4x4 puzzles
-
Updated
Sep 17, 2020 - Python
8-15Puzzle Solver A* (Manhattan Distance)
-
Updated
Mar 11, 2021 - Java
N-puzzle game solver written in Nim.
-
Updated
Apr 28, 2021 - Nim
The 15 Puzzle is a sliding puzzle that consists of a 4 by 4 frame of numbered square tiles in an arbitrary ordering with one space. The objective of the puzzle is to place the tiles in ascending order, by making sliding moves that use the empty space.
-
Updated
Jul 19, 2021 - C++
15-puzzle game in typescript with algorithmic solver.
-
Updated
Sep 23, 2021 - TypeScript
Puzzle solver is a Java app which implements A* algorithm for numeric puzzles.
-
Updated
Dec 13, 2021 - Java
Python code to solve a 15 number puzzle using breadth-first-search algorithm.
-
Updated
Jan 11, 2022 - Jupyter Notebook
8 puzzle and 15 puzzle game using Backtracking algorithm
-
Updated
Feb 28, 2022 - Python
Implementing A-star(A*) to solve 15-Puzzle game in OCaml
-
Updated
Mar 26, 2022 - OCaml
This is a 15-Puzzle solver using the Branch and Bound approach algorithm.
-
Updated
Apr 3, 2022 - Python
A python program to solve 15-puzzles using branch and bound algorithm.
-
Updated
Apr 3, 2022 - Python
This repository is made to fulfill Tugas Kecil 3 Strategi Algoritma 2022
-
Updated
Apr 4, 2022 - Python
🧩 Prolog solver for the 15 puzzle problem
-
Updated
Jun 26, 2022 - Prolog
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.
-
Updated
Jul 6, 2022 - Python
Solve 15-Puzzle problem by A* and IDA* algorithm
-
Updated
Jul 12, 2022 - Python
Improve this page
Add a description, image, and links to the 15-puzzle-solver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 15-puzzle-solver topic, visit your repo's landing page and select "manage topics."