Click here to Skip to main content
15,896,539 members
Articles / Programming Languages / C#

Sudoku (Suduku) Solver

Rate me:
Please Sign up or sign in to vote.
4.02/5 (27 votes)
17 Jan 20063 min read 126.7K   3.3K   46  
Source code for a Sudoku solver
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Duku Solver", "Duku Solver.csproj", "{B2E11651-2C8F-4A2B-8BE5-9A6BD002BC9C}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{B2E11651-2C8F-4A2B-8BE5-9A6BD002BC9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B2E11651-2C8F-4A2B-8BE5-9A6BD002BC9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B2E11651-2C8F-4A2B-8BE5-9A6BD002BC9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B2E11651-2C8F-4A2B-8BE5-9A6BD002BC9C}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(DPCodeReviewSolutionGUID) = preSolution
		DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
Web Developer
United States United States
Craig currently works as the VP of Development at Raizlabs Corporation, a User Interface and Design consulting firm based in Brookline, MA. Previous to this Craig spent time at various companies in the defense industry such as Lockheed Martin, BAE Systems and Tybrin, where he worked on PC based Mission Planning software.

As a side project, Craig founded JobVent.com, a site where people can post reviews about their jobs and employers.

Craig graduated from Tufts University in 2000 with a B.S. in Computer Science and a minor in Multimedia Arts. Craig completed his M.B.A at Northeastern University in 2003.

Comments and Discussions