Problem So I have some code which finds neighbours of a given State. So the positions the blank tile (which […]
Tag: sliding-tile-puzzle
For finding whether a puzzle state is solvable
Problem I have code which returns whether or not a sliding tile puzzle state is solvable. I was wondering whether […]
Slider puzzle solver for short solutions
Problem This is a solution to a community puzzle from CodinGame. Input for the program: 1st line: Two integers, height […]
For finding whether a puzzle state is solvable
Problem I have code which returns whether or not a sliding tile puzzle state is solvable. I was wondering whether […]
Finding all neighbours of a node sliding tile
Problem So I have some code which finds neighbours of a given State. So the positions the blank tile (which […]
programmed 15 puzzle in java
Problem This is my code for a 15 puzzle. The basic gist is to get a grid of equal width […]
Simple exercice representing a slidepuzzle
Problem I’ve been helping out a student with an exercice, typed this up rapidly and thought it would be the […]