主目次へ戻る
目次へ: ニコリの数独 を Mathematica で解く- 2019
目次へ: Sudoku hard, The guardian を Mathematica で解く- 2019
目次へ: Sudoku hard, The guardian を Mathematica で解く- 2018
主目次へ戻る
このシリーズの説明が長くなったので目次を作りました。
- 数独(Sudoku)をMathematicaで解く(0): ルールについて
- 数独(Sudoku)をMathematicaで解く(1): 表現と表示
- 数独(Sudoku)をMathematicaで解く(2): 候補図(map)
- 数独(Sudoku)をMathematicaで解く(3): makeMap
- 数独(Sudoku)をMathematicaで解く(4): NakedSingle
- 数独(Sudoku)をMathematicaで解く(5): Coloring
- 数独(Sudoku)をMathematicaで解く(6): Notebookの構造
- 数独(Sudoku)をMathematicaで解く(7): codes
- 数独(Sudoku)をMathematicaで解く(8): Main(1)
- 数独(Sudoku)をMathematicaで解く(9): HiddenSingleRow
- 数独(Sudoku)をMathematicaで解く(10): HiddenSingleColumn
- 数独(Sudoku)をMathematicaで解く(11): HiddenSingleBox
- 数独(Sudoku)をMathematicaで解く(12): code5: HiddenSingles
- 数独(Sudoku)をMathematicaで解く(13): Notebookの構造(2)
- 数独(Sudoku)をMathematicaで解く(14): Main(2)
- 数独(Sudoku)をMathematicaで解く(15): まとめと展望
- 数独(Sudoku)をMathematicaで解く(16): Sudoku package ( 準備中 )
- ----------------------------------------------------------------------------------
- Mathematica Sudoku solver の最近の課題
- Sudoku パズルの数字を2色で表示する
- グラフの TwoColoring 関数を使って Simple Coloring( or Simple Chains ) のプログラムを作る( 工事中 )
- Sudoku の本
- Conjugate Pairs : The Logic of Sudoku と Sudoku Beyond the Basics を読んで
- Naked Triples : The Logic of Sudoku
- Naked Quads : The Logic of Sudoku
- Hidden Triples : The Logic of Sudoku
- Hidden Quads : The Logic of Sudoku
- Sudoku Beyond the Basics の第1章のまとめの例題 1
- Y-Wing type 1 の判別アルゴリズムと探索の関数; The Logic of Sudoku
- Y-Wing type 2 の判別アルゴリズムと探索の関数; The Logic of Sudoku
- XYZ-Wing の判別アルゴリズムと探索の関数; The Logic of Sudoku
- WXYZ-Wing-4222 の判別アルゴリズムと探索の関数; The Logic of Sudoku
- WXYZ-Wing-3222 の判別アルゴリズムと探索の関数; The Logic of Sudoku
- Pointing Pair と Box Line Reduction を探すアルゴリズム