Declaration
public ProgressVisualizer(
int depth
)Summary
Provides a default implementation for
IProgressVisualizer which displays, on the console, one row of
information for each cell currently under consideration, up to a specified recursion depth, highlighting for each
cell the values under consideration, thus giving a somewhat informative idea of the amount of progress made in the
puzzle.
Parameters
| int | depth |
The maximum amount of recursion depth to visualize (number of rows output to the console). |