Skip to content
/ Puzzle Public

Artificial Intelligence - 8/15 Puzzle Game(A*, BFS, GBFS & Bi-Directional)

License

Notifications You must be signed in to change notification settings

A2andil/Puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Intelligence 8/15 Puzzle Game

Algorithms :

   1. Breadth first search.
   2. A*.
   3. Greedy best first search.
   4. Bidirectional search (meet in middle).

Data structures :

   1. Trie.
   2. Priority Queue & Queue.
   3. Stack.
   4. Set.
   5. Dictionary.

See Video on Youtube here


License

copyright © 2017, code released under the MIT License

About

Artificial Intelligence - 8/15 Puzzle Game(A*, BFS, GBFS & Bi-Directional)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages