# sudoku **Repository Path**: gaozilai/sudoku ## Basic Information - **Project Name**: sudoku - **Description**: 数独算法。输入数独谜题,输出答案。C++源程序,包含有Makefile和vs2010工程,所以Linux和Windows都能直接编译。 - **Primary Language**: C++ - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-10-09 - **Last Updated**: 2021-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: 数独, Sudoku ## README # sudoku #### 介绍 数独算法。输入数独谜题,输出答案。C++源程序,包含有Makefile和vs2010工程,所以Linux和Windows都能直接编译。 Input sudoku's puzzle, output the solution. e.g. Welcom to Sudoku's world! - @Gaozilai (wx=qq=121997204) Pls input(space for blank): line 1 = 76 29 Pls input(space for blank): line 2 = 3 1 86 Pls input(space for blank): line 3 = 8 9 4 Pls input(space for blank): line 4 = 95 4 8 Pls input(space for blank): line 5 = 39 1 5 Pls input(space for blank): line 6 = 7 1 3 Pls input(space for blank): line 7 = 24 1 Pls input(space for blank): line 8 = 8 6 5 9 Pls input(space for blank): line 9 = 19 8 Sudoku puzzle is: _ _ 7     6 _ 2     9 _ _ _ 3 _     1 _ _     _ 8 6 _ 8 _     9 _ 4     _ _ _ _ 9 5     _ 4 _     8 _ _ _ _ _     3 9 _     1 _ 5 7 _ 1     _ _ _     _ 3 _ 2 4 _     _ _ _     _ _ 1 8 _ 6     _ _ 5     _ 9 _ _ _ _     _ 1 9     _ _ 8 solution 1: 1 5 7     6 8 2    9 4 3 9 3 4     1 5 7    2 8 6 6 8 2     9 3 4    5 1 7 3 9 5     7 4 1    8 6 2 4 2 8     3 9 6    1 7 5 7 6 1     5 2 8    4 3 9 2 4 9     8 6 3    7 5 1 8 1 6     2 7 5    3 9 4 5 7 3     4 1 9    6 2 8 #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)