Skip to content
#

15-puzzle

Here are 145 public repositories matching this topic...

This Repository contains a solver for fifteen-puzzle To be specific, the NxN sliding puzzle solver in JAVA. The program uses a specific version of Kruskal Algorithm mainly known by A* algorithm with three different heuristics. It uses greedy version of the A* algorithm along side of different heuristics in order to achieve faster solutions

  • Updated May 15, 2023
  • Java

Improve this page

Add a description, image, and links to the 15-puzzle topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 15-puzzle topic, visit your repo's landing page and select "manage topics."

Learn more