Skip to content

cookieeikooc/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Sudoku

This is my Final Project of “Introduction to Computers and Programming”. Fall 2024

Notice

  • This code is specifically made for macOS and macOS Terminal, and may not be able to run under other unix-like operating system.
  • This code is not a Sudoku solver. It generates Sudoku templates which have THE ONLY SOLUTION.
  • You would need to install ncurses on your computer to be able to compile the entire code.

More Info

Check out the Wiki page for more details of the code and the explanation of the algorithm.

References

For the exclusion of multiple answers, I found this paper online:
The Study of Minimum Sudoku. Huang, Yu-Long. 2009

Releases

No releases published

Packages

No packages published

Languages