Skip to content
#

n-puzzle

Here are 77 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

The N-puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing. The puzzle can be of any size, with the most common sizes being 3x3 and 4x4. The objective of the puzzle is to rearrange the tiles to form a specific pattern.

  • Updated Feb 10, 2023
  • Python

Improve this page

Add a description, image, and links to the n-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 n-puzzle topic, visit your repo's landing page and select "manage topics."

Learn more