• Stars
    star
    2
  • Language
    Python
  • License
    MIT License
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Solve the N-puzzle (best known as the 8 puzzle game) using a min priority queue and the A* search algorithm