Algorithm
Development Kit 1.0

Package algs.model.problems.fifteenpuzzle

Defines the Game Tree example implementing the FifteenPuzzle.

See:
          Description

Class Summary
FifteenPuzzleNode Represents a node in the Fifteen-Puzzle space.
GoodEvaluator Better evaluation function, as inspired from Nilsson, p.
SlideMove Slide a numbered tile from (c,r) to (c', r').
 

Package algs.model.problems.fifteenpuzzle Description

Defines the Game Tree example implementing the FifteenPuzzle. Note that this problem requires more game tree states than can typically be solved on a desktop computer. Provided as an example to show how even simple problems demand an incredible amount of resources to solve.


Algorithm Development Kit 1.0

This code supports the Algorithms in a Nutshell book, published by O'Reilly Media, Inc. in November 2008. Please visit the book web page to learn of any changes to the code repository or to record a potential defect.