-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e85008c
commit b4043d1
Showing
10 changed files
with
136 additions
and
13 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,34 @@ | ||
# 三无数独 | ||
|
||
![题](../../../../images/sudoku/三无数独.png) | ||
|
||
## 规则 | ||
|
||
| 序号 | 限制区域 | 限制规则 | 备注 | | ||
|:---:|:----:|:-------------------|:---:| | ||
| 1 | 行 | [1~9填充] | | | ||
| 2 | 列 | [1~9填充] | | | ||
| 3 | 宫 | [1~9填充] | | | ||
| 4 | 全盘 | 对于任意格,其[士步]格 ≠ 当前格 | 无标 | | ||
| 5 | 全盘 | 对于任意格,其[马步]格 ≠ 当前格 | 无标 | | ||
| 6 | 全盘 | 对于任意格,其[象步]格 ≠ 当前格 | 无标 | | ||
|
||
### 标签 | ||
|
||
- [[士步限制]] | ||
- [[马步限制]] | ||
- [[象步限制]] | ||
|
||
## 题库 | ||
|
||
### 在线题库 | ||
|
||
- [独·数之道](http://www.sudokufans.org.cn/lx/game.index.php?type=3w) 【需要登录】 | ||
|
||
[1~9填充]: ../../../../rules.md#1to9填充 | ||
|
||
[士步]: ../../../../rules.md#士步 | ||
|
||
[马步]: ../../../../rules.md#马步 | ||
|
||
[象步]: ../../../../rules.md#象步 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
### 标签 | ||
|
||
- [[邻格限制]] | ||
- [[士步限制]] | ||
|
||
## 题型名 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters