Skip to content

niharkhetan/8-Puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

8-Puzzle

8 Puzzle is a puzzle with numbers on range 1 to 8 on a 3 X 3 board. One part of board is empty thus numbers can be slided left or right. Goal is to get numbers in series on the board as 1, 2, 3, 4, 5, 6, ,7 ,8 .

Solution is provided using various search methods in Artificial Intelligence.

Uninformed Search

  1. Breadth First Search
  2. Depth First Search

Informed Search

  1. Heuristic 1: Manhattan Distance Search
  2. Heuristic 2: Eucledian Distance Search
  3. A Star Search

Ping me at nkhetan@indiana.edu if you wish to appreciate/criticize/contribute to the project

About

8 Puzzle is a puzzle with numbers on range 1 to 8 on a 3 X 3 board. One part of board is empty thus numbers can be slided left or right. Goal is to get numbers in series on the board as 1, 2, 3, 4, 5, 6, ,7 ,8

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages