Skip to content

In this project, I used classical search algorithms in AI to implement different solutions for a card game. Search algorithms used are BFS, DFS, A*.

Notifications You must be signed in to change notification settings

mahvash-siavashpour/Artificial-Intelligence-Search-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Artificial-Intelligence-Search-Algorithms

In this project three different search algorithms were implemented using Java in irder to solve Hanabi card game. The search algorithms implemented are as follow:

  • BFS
  • IDS
  • A*

In this projects the input can ba any state in a Hanabi card game and these algorithms can predict the number of steps needed to solve the game and can print all the steps until the final result. Sample input:

img


About

In this project, I used classical search algorithms in AI to implement different solutions for a card game. Search algorithms used are BFS, DFS, A*.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages