Skip to content

Introduction to Artificial Intelligence - Sliding Puzzle Project

Notifications You must be signed in to change notification settings

DiegoVinasco/CSCI-4511W

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

In order to run the program tests must be set up as 2 dimensional arrays of sliding puzzles. Use the number
'0' to indicate the empty tile. Then use the problem class from 'SlidingPuzzle.py' to create a problem. By
passing the problem to the 'runTest' function we can test the results of solving the problem with either
approach.

Currently the algorithm is working but we are missing test cases to compare and contrast initial states
that favor either approach to the problem. The ones we do have prove that A* works.

About

Introduction to Artificial Intelligence - Sliding Puzzle Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages