Skip to content

Parsa-Sh-Y/water-sort-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

water-sort-game

This is an exercise for my AI University course. I haven't made the actual game but I have implemented the part that solves the game :).

Solve

The solve function is just a basic implementation of the DFS algorithm.

solve

Optimal Solve

This function implement A* seach algorithm to find the optimal solution (the solution with the minimum number of moves) in a reasonable time.

opt_solve

About

search algorithms for solving water sort game

Topics

Resources

Stars

Watchers

Forks

Languages