ZhiliangXu
- 36,779 total downloads
- last updated 2/29/2016
- Latest version: 1.0.0
Microsoft Windows Azure WebSites Diagnostics
- 1,609 total downloads
- last updated 11/23/2013
- Latest version: 1.0.0
This is a portable and lightweight Sudoku solver implementation in C#.
How to use
int[,] grid =
{
{0, 0, 0, 0, 0, 0, 0, 6, 7},
{0, 0, 0, 9, 0, 7, 4, 0, 3},
{0, 6, 0, 0, 0, 0, 1, 9, 0},
{1, 0, 0, 0, 7, 3, 0, 0, 0},
{0, 0, 0, 4, 0, 6, 0, 0, 0},
{0, 0, 0, 8, 1, 0,...
More information
- 978 total downloads
- last updated 9/1/2017
- Latest version: 1.0.1
This is a portable and lightweight Sudoku solver implementation in C#. It supports .Net Standard 1.0.
How to use
int[,] grid =
{
{0, 0, 0, 0, 0, 0, 0, 6, 7},
{0, 0, 0, 9, 0, 7, 4, 0, 3},
{0, 6, 0, 0, 0, 0, 1, 9, 0},
{1, 0, 0, 0, 7, 3, 0, 0, 0},
{0, 0, 0, 4, 0, 6, 0,...
More information