Algorithm
Development Kit 1.0

Package algs.model.problems.tictactoe.debug

Defines the classes needed to properly generate debugging images for the searches performed over TicTacToe boards.

See:
          Description

Class Summary
TicTacToeDebugger Extends GameTreeDebugger to work with TicTacToe nodes.
 

Package algs.model.problems.tictactoe.debug Description

Defines the classes needed to properly generate debugging images for the searches performed over TicTacToe boards.


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.