Skip to content

vdumitrescu/java-game15

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game of Fifteen
===============

For an explanation of the problem, see: http://en.wikipedia.org/wiki/15_puzzle

The board size is set to 3 to reduce problem complexity.
The algorithm works with any board size, but a bigger heap will be needed to avoid stack overflow.
Also, in the case of a board size change, the tests in BoardTest need to be adjusted or turned off.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages