Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static class: PuzzleSolvers.Numberlink

Summary

Contains an algorithm for solving Numberlink puzzles. This solver does not use Puzzle.

Static methods

IEnumerable<int[][]>
Solve(int w, string grid, bool debugOutput = false)
Solves a Numberlink puzzle of the specified size.
IEnumerable<int[][]>
Solve(int w, int?[] grid, bool debugOutput = false)