Skip to content

Sudoku project performance optimization, pair programming.

Notifications You must be signed in to change notification settings

zhaoyiCC/Sudoku_Pair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

【Supported Commands】

BIN/sudoku.exe

arguments means
-c N generate N sudoku-s
-s path solve sudoku puzzles in path file
-n -m (-u) generate N sudokus which mode is M, M = 1,2,3 (-u means every soduku has a unique solution or not)
-n -r ~ (-u) generate N sudokus and the number of empty grids is bewteen [N1, N2], 20 <= N1 <= N2 <= 55
-help show the help menu

【GUI】

GUIBIN/sudokuGUI.exe

【Description】

  1. Blog: https://www.ohazyi.com/sudoku_2 or https://www.cnblogs.com/ohazyi/p/7670382.html

  2. About: https://www.cnblogs.com/jiel/p/7604111.html