Click here to Skip to main content
15,885,278 members
Articles / Game Development

Sudoku Solver using C# Windows Application

Rate me:
Please Sign up or sign in to vote.
5.00/5 (8 votes)
25 Sep 2021CPOL7 min read 13.2K   718   21  
An overview of how the coding is done to solve the Sudoku problem
This article talks about the coding written to solve the Sudoku problem. The program tries to solve the problem as a normal human does. If it still doesn't solve, then it uses the brute force method as a last attempt. There might be cases where the program cannot solve the puzzle which is a scope for developing this program better.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer MNC
India India
I am currently working as programmer in a software company. I focus mostly on Microsoft Products and currently in dot net framework 3.5.

Comments and Discussions