olehlong / 8puzzle

8 puzzle solver (LDFS, RBFS, Simulated Annealing algorithms)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

8 puzzle solver (Artificial intelligence)

Solves 8 puzzle using different algorithms. It allows to compare algorithms' memory and time usage.

Supported algorithms

  • Learning Depth-First Search (LDFS)
  • Recursive Best-First Search (RBFS)
  • Simulated Annealing

screenshot.jpg

About

8 puzzle solver (LDFS, RBFS, Simulated Annealing algorithms)

License:MIT License


Languages

Language:D 100.0%