JunkFood02 / Sudoku

A Command Line Interface Sudoku written in C, for Data Structure Course Design.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku

A Command Line Interface Sudoku written in C, for Data Structure Course Design.

Basic Requirement

  • Implement a prototype of the Sudoku game
  • Generate Sudoku puzzles in different difficulties
  • Provide conflicting check for operations, with help message
  • Timing function

References

[1]薛源海,蒋彪彬,李永卓,闫桂峰,孙华飞.基于“挖洞”**的数独游戏生成算法[J].数学的实践与认识,2009,39(21):1-7.

Course design report is in the branch 'report'. Feel free to use it, but at your own risks.

About

A Command Line Interface Sudoku written in C, for Data Structure Course Design.


Languages

Language:C 98.3%Language:CMake 1.7%