8-puzzle topic
linq-to-astar
A* written in C#, used with LINQ.
8-puzzle-solver
A web-app that can solve 8-puzzle and visualize the search tree
8Puzzle-StateSpaceSearches
BFS, IDS, Greedy & A* applied to the 8-puzzle problem. :gear:
8-Puzzle-Solver
A BFS and A* implementation to the classic 8-puzzle problem
8-puzzle-search-implementation
this a python BFS , A* and RBFS implementation of 8 puzzle
8-puzzle
Java program to solve the 8 puzzle problem using branch and bound algorithm.
pynpuzzle
Solve, test and benchmark algorithms for N-Puzzle problem with Python
puzzle-solver
This repository contains generic platform for solving and benchmarking computational puzzles using different search strategies
8-puzzle-solutions
Solutions to the classic 8 puzzle, implementing an A* best search algorithm to complete the puzzle in multiple languages.
8-puzzle
8 puzzle solver using BFS, DFS, IDDFS and A-star algorithm