Package bridge

This package contains classes for implementing a program that allows a user to solve the Bridge Crossing problem.

See:
          Description

Class Summary
BridgeConsole This class provides a terminal console interface to the Bridge Crossing problem.
BridgeMove This class represents moves in the Bridge Crossing problem.
BridgeProblem This class represents the Bridge Crossing problem.
BridgeState This class represents states of the Bridge Crossing problem.
 

Enum Summary
Position An enumerated type whose values indicate sides of the bridge in the bridge problem.
 

Package bridge Description

This package contains classes for implementing a program that allows a user to solve the Bridge Crossing problem.