Skip to content

This program uses machine learning techniques to solve the sliding tile puzzles

Notifications You must be signed in to change notification settings

sbang002/SlidingTilePuzzleSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#SlidingTilePuzzleSolver

This program is used to solve sliding tile puzzle problems

What is a sliding tile puzzle? A combination puzzle that challenges a player to slide pieces along established routes to meet a certain end configuration. To learn more: https://en.wikipedia.org/wiki/Sliding_puzzle

The program solves the sliding puzzle program by implementing machine learning formulas. It allows the user to choose betwee the following three formulas to get the result of the puzzle.

  1. Uniform Cost Search
  2. A* Misplaced Tiles
  3. A* Manhattan

This project was implemented for UCR CS170 Introduction to Artificial Inteligence class.

About

This program uses machine learning techniques to solve the sliding tile puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages