Skip to content
#

n-puzzle

Here are 75 public repositories matching this topic...

🕹 Algoritmo que resolve o jogo dos oito por busca em profundidade(sem estados visitados), busca em largura(com estados visitados), busca gulosa(com estados visitados) e busca a*(com estados visitados). Podendo mostrar passo a passo das escolhas dos nós e mostrando a árvore resultante(até um certo limite ou completa) do método de busca selecionado.

  • Updated Dec 10, 2020
  • Python

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