Skip to content

chs97/Sudoku

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
BIN
 
 
 
 
 
 
 
 
 
 

Sudoku Generator && Sudoku Checker

数独生成器和check

Getting Started

在windows下命令行,进入BIN文件夹,运行 Sudoku.exe -h 即可看到生成器的help

    Usage:
      Sudoku.exe -option <argument>
    Options:
      -c <number> [required] 生成的数量.\n");
      -o <filepath> [default Sudoku.txt] 输出文件的路径. \n");
      -s <sn> [default 031502205] 学号.");

在windows下命令行,进入BIN文件夹,运行 checker.exe arguments: filepath , 待检查的文件路径 example: checker.exe _soduku.txt checker.exe

visual studio

打开Sudoku的Sudoku.sln 即可加载所创建的解决方案Soduku

Running the tests

在VS中运行单元测试。 进行测试的方法有:

check: checkDiff, checkSudoku, checkString2Int
generator: 构造函数

About

Sudoku Generator & Checker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages