Skip to content
#

misplaced-tiles

Here are 7 public repositories matching this topic...

Language: All
Filter by language

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

Repository for programming project one under ITCS 6150 Intelligent Systems under Dr. Dewan Ahmad for the fall 2021 semester. The aim is to solve the 8-puzzle problem using an A star search algorithm based on the heuristic function chosen by the user. The programming language chosen for this project is Python 3

  • Updated Dec 23, 2021
  • Python

Improve this page

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

Learn more