Skip to content

jvarCS/CS-170_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Description

This was a class project for CS-170 which is an AI course at the University of California, Riverside. The goal for this project was to develop a solution to the Eight-Puzzle using various searching algorithms such as Uniform Search Cost, A* with Misplaced Tile heuristic, and A* with Euclidean Distance heuristic. Various stats are displayed after a solution is found with the chosen search algorithm, and can be used to benchmark the efficiency of each algorithm on a common puzzle. Source files include comments on most lines of code to explain their purpose and give a glimpse into my thought process while working through the project.

About

CS-170 (AI) Project Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages