MuhamedKamil / N-Puzzle--Solver

Application allows you to view a graphical representation of a range of different graph search algorithms (Like A star algorithm), whilst solving your choice of N-puzzle problems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

N-Puzzle--Solver

N-Puzzle or sliding puzzle is a popular puzzle that consists of N tiles where N can be 8, 15, 24 and so on. The puzzle is divided into √(N+1) rows and √(N+1) columns eg. 15-Puzzle will have 4 rows and 4 columns, an 8-Puzzle will have 3 rows and 3 columns and so on. The puzzle consists of one empty space where the tiles can be moved and thus the puzzle is solved when a particular goal pattern is formed.

About

Application allows you to view a graphical representation of a range of different graph search algorithms (Like A star algorithm), whilst solving your choice of N-puzzle problems.


Languages

Language:C# 100.0%