An open API service providing repository metadata for many open source software ecosystems.

Topic: "15-puzzle-solver"

igorgarbuz/n-puzzle

15-puzzle game in typescript with algorithmic solver.

Language: TypeScript - Size: 130 KB - Last synced at: 1 day ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 3

arasgungore/N-puzzle-solver

A C++ project which efficiently solves any given N-puzzle using backtracking on a decision tree.

Language: C++ - Size: 211 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 2

giorgossofronas/15-puzzle

Solver for the famous 15-puzzle using IDA* search

Language: C - Size: 740 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 0

sakshikakde/15-Number-Puzzle

Python code to solve a 15 number puzzle using breadth-first-search algorithm.

Language: Jupyter Notebook - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1

gregory1506/Py_NPuzzle

Explore A* search for solving 3x3 and 4x4 puzzles

Language: Python - Size: 8.32 MB - Last synced at: 11 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

soroshzzz26/15-puzzle-game-ai

Some basic Ai algorithms used to solve 15 puzzle game

Language: JavaScript - Size: 85.9 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

HxnDev/Parallel-15-Puzzle-Solver-Using-Multi-Threading

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.

Language: C++ - Size: 964 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

IloveNooodles/15-puzzle-solver

This repository is made to fulfill Tugas Kecil 3 Strategi Algoritma 2022

Language: Python - Size: 330 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

CristianCosci/15puzzleGame_OCaml

Implementing A-star(A*) to solve 15-Puzzle game in OCaml

Language: OCaml - Size: 2.13 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

beling/puzzles

Rust software for solving combination puzzles.

Language: Rust - Size: 32.2 KB - Last synced at: 28 days ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

m-strzelec/fifteen-puzzle-solver

Solve a sliding 15-puzzle using different search strategies.

Language: Python - Size: 107 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Dare-marvel/Design-And-Analysis-Of-Algorithms--DAA--

Programs, Notes and Question Papers of DAA

Language: C - Size: 174 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

elshorbagyx/fifteen-puzzle-solver

A generalized (pq) puzzle solver with Weighted Iterative Deepening A* algorithm, finite state machine pruning routines, and different heuristic methods.

Language: Python - Size: 7.27 MB - Last synced at: 16 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

davidruda/15-puzzle-solver

🧩 Prolog solver for the 15 puzzle problem

Language: Prolog - Size: 15.6 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

FelineJTD/15-Puzzle-Solver-with-Branch-and-Bound 📦

A python program to solve 15-puzzles using branch and bound algorithm.

Language: Python - Size: 1.94 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

RPG-coder/8-puzzle-and-15-puzzle-Game

8 puzzle and 15 puzzle game using Backtracking algorithm

Language: Python - Size: 50.1 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

GustavoSantosCS/8-15Puzzle-Solve 📦

8-15Puzzle Solver A* (Manhattan Distance)

Language: Java - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

Faizanf33/15-Puzzle-Game

Greedy Algorithm (AI)

Language: Python - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 2

ewdlop/RecreationalMathematics

https://en.wikipedia.org/wiki/Solved_game

Language: Python - Size: 81.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

tankist1337/15_puzzle_solver

A puzzle solver that is written using the Dart language and the principles of OOP and Solid

Language: Dart - Size: 41 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

janwadolowski/15-puzzle-using-bfs-dfs-astar

Solving a 15 puzzle using various search algorithms

Language: Python - Size: 247 KB - Last synced at: about 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: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mariosplen/Fifteen-Puzzle-BFS

Finds a solution to the 15 puzzle game based on the BFS algorithm in Kotlin Programming Language

Language: Kotlin - Size: 137 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

WitchPuff/15-Puzzle

Solve 15-Puzzle problem by A* and IDA* algorithm

Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

owencwijaya/Puzzearch-15-Solver

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.

Language: Python - Size: 3.43 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

gagaspbahar/15-puzzle-bnb

This is a 15-Puzzle solver using the Branch and Bound approach algorithm.

Language: Python - Size: 380 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

Bombo01/Puzzle-solver

Puzzle solver is a Java app which implements A* algorithm for numeric puzzles.

Language: Java - Size: 9.77 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

vsokh/N-puzzle

N-puzzle game solver written in Nim.

Language: Nim - Size: 668 KB - Last synced at: 3 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

gregory1506/Julia_Npuzzle

Language: Julia - Size: 7.81 KB - Last synced at: 11 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

gregory1506/CNPuzzle

Language: C - Size: 26.4 KB - Last synced at: 11 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

linco95/AIRefactoring

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

Language: C# - Size: 273 KB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

nikitaodnorob/GameOfFifteen

The Game of Fifteen (15-puzzle)

Language: C++ - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Related Topics
15-puzzle 17 15puzzle 10 15-puzzle-game 8 game 7 8-puzzle-solver 6 astar-algorithm 6 python 6 bfs 5 artificial-intelligence 4 branch-and-bound 4 puzzle-solver 4 n-puzzle 4 puzzle 4 breadth-first-search 3 bfs-algorithm 3 algorithms 3 backtracking-algorithm 2 djikstra-algorithm 2 cpp 2 java 2 15-puzzle-game-python 2 8-puzzle 2 back-tracking 2 puzzle-game 2 algorithm 2 decision-tree 2 fifteen-puzzle 2 fifteen-puzzle-game 2 terminal-based 2 manhattan-distance 2 ai 2 c 2 console-game 2 astar 2 ida-star-algorithm 2 idastar 2 dfs 2 report 1 testing 1 threading 1 greedy-algorithm 1 greedy-algorithms 1 iterative-deepening-a-star 1 walking-distance 1 walking-distance-heuristic 1 tree-structure 1 project 1 parallel-15-puzzle-solver 1 parallel 1 multithreading 1 documentation 1 code 1 ocaml 1 best-first-search 1 typescript 1 heuristics 1 tree 1 recursive-backtracking-algorithm 1 recursion 1 decision-tree-algorithm 1 cplusplus 1 backtracking 1 15puzzlegame 1 solved-game 1 soduku-solver 1 rubic-cube-solver 1 n-d-chess 1 n-d-ball 1 bingo 1 kotlin 1 bfs-search 1 unity3d 1 unity 1 solvers 1 solver 1 sliding-puzzle-game 1 rust-lang 1 rust 1 puzzles 1 puzzle-solvers 1 puzzle-solution 1 42 1 julia 1 subset-sum-problem 1 strassen-multiplication-c 1 selection-sort 1 rabin-karp-algorithm 1 quick-sort 1 merge-sort 1 matrix-chain-multiplication 1 linear-matrix-multiplication 1 insertion-sort 1 design-and-analysis-of-algorithms 1 convex-hull 1 branch-bound-algorithm 1 bellman-ford-algorithm 1 dfs-algorithm 1 asymtotic-analysis-of-functions 1 approximate-vertex-cover 1 analysis-of-sorting-algorithms 1