8-puzzle topic

List 8-puzzle repositories

linq-to-astar

121
Stars
12
Forks
Watchers

A* written in C#, used with LINQ.

8-puzzle-solver

80
Stars
41
Forks
Watchers

A web-app that can solve 8-puzzle and visualize the search tree

8Puzzle-StateSpaceSearches

34
Stars
19
Forks
Watchers

BFS, IDS, Greedy & A* applied to the 8-puzzle problem. :gear:

8-Puzzle-Solver

17
Stars
8
Forks
Watchers

A BFS and A* implementation to the classic 8-puzzle problem

8-puzzle-search-implementation

28
Stars
21
Forks
Watchers

this a python BFS , A* and RBFS implementation of 8 puzzle

8-puzzle

18
Stars
16
Forks
Watchers

Java program to solve the 8 puzzle problem using branch and bound algorithm.

pynpuzzle

34
Stars
14
Forks
Watchers

Solve, test and benchmark algorithms for N-Puzzle problem with Python

puzzle-solver

15
Stars
3
Forks
Watchers

This repository contains generic platform for solving and benchmarking computational puzzles using different search strategies

8-puzzle-solutions

16
Stars
6
Forks
Watchers

Solutions to the classic 8 puzzle, implementing an A* best search algorithm to complete the puzzle in multiple languages.

8-puzzle

25
Stars
21
Forks
Watchers

8 puzzle solver using BFS, DFS, IDDFS and A-star algorithm