public final class SudokuPuzzles extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NUMBER_OF_PUZZLE_EXAMPLES
Number of Sudoku examples available in Store.
|
static int[][] |
PUZZLE_EMPTY
Blank puzzle.
|
static int[][] |
PUZZLE_ERROR
Puzzle containing obvious error.
|
static int[][] |
PUZZLE_EXAMPLE_000
Sudoku example - number 0.
|
static int[][] |
PUZZLE_EXAMPLE_001
Sudoku example - number 1.
|
static int[][] |
PUZZLE_EXAMPLE_002
Sudoku example - number 2.
|
static int[][] |
PUZZLE_EXAMPLE_003
Sudoku example - number 3.
|
static int[][] |
PUZZLE_EXAMPLE_004
Sudoku example - number 4.
|
static int[][] |
PUZZLE_EXAMPLE_005
Sudoku example - number 5.
|
static int[][] |
PUZZLE_EXAMPLE_006
Sudoku example - number 6.
|
static int[][] |
PUZZLE_EXAMPLE_007
Sudoku example - number 7.
|
static int[][] |
PUZZLE_EXAMPLE_008
Sudoku example - number 8.
|
static int[][] |
PUZZLE_EXAMPLE_009
Sudoku example - number 9.
|
static int[][] |
PUZZLE_EXAMPLE_010
Sudoku example - number 10.
|
static int[][] |
PUZZLE_EXAMPLE_011
Sudoku example - number 11.
|
static int[][] |
PUZZLE_EXAMPLE_012
Sudoku example - number 12.
|
static int[][] |
PUZZLE_EXAMPLE_013
Sudoku example - number 13.
|
static int[][] |
PUZZLE_EXAMPLE_014
Sudoku example - number 14.
|
static int[][] |
PUZZLE_EXAMPLE_015
Sudoku example - number 15.
|
static int[][] |
PUZZLE_EXAMPLE_016
Sudoku example - number 16.
|
static int[][] |
PUZZLE_EXAMPLE_017
Sudoku example - number 17.
|
static int[][] |
PUZZLE_EXAMPLE_018
Sudoku example - number 18.
|
static int[][] |
PUZZLE_EXAMPLE_019
Sudoku example - number 19.
|
static int[][] |
PUZZLE_EXAMPLE_020
Sudoku example - number 20.
|
static int[][] |
PUZZLE_EXAMPLE_021
Sudoku example - number 21.
|
static int[][] |
PUZZLE_EXAMPLE_022
Sudoku example - number 22.
|
static int[][] |
PUZZLE_EXAMPLE_023
Sudoku example - number 23.
|
static int[][] |
PUZZLE_EXAMPLE_024
Sudoku example - number 24.
|
static int[][] |
PUZZLE_EXAMPLE_025
Sudoku example - number 25.
|
static int[][] |
PUZZLE_EXAMPLE_026
Sudoku example - number 26.
|
static int[][] |
PUZZLE_EXAMPLE_027
Sudoku example - number 27.
|
static int[][] |
PUZZLE_EXAMPLE_028
Sudoku example - number 28.
|
static int[][] |
PUZZLE_EXAMPLE_029
Sudoku example - number 29.
|
static int[][] |
PUZZLE_EXAMPLE_030
Sudoku example - number 30.
|
static int[][] |
PUZZLE_EXAMPLE_031
Sudoku example - number 31.
|
static int[][] |
PUZZLE_EXAMPLE_032
Sudoku example - number 32.
|
static int[][] |
PUZZLE_EXAMPLE_033
Sudoku example - number 33.
|
static int[][] |
PUZZLE_EXAMPLE_034
Sudoku example - number 34.
|
static int[][] |
PUZZLE_EXAMPLE_035
Sudoku example - number 35.
|
static int[][] |
PUZZLE_EXAMPLE_036
Sudoku example - number 36.
|
static int[][] |
PUZZLE_EXAMPLE_037
Sudoku example - number 37.
|
static int[][] |
PUZZLE_EXAMPLE_038
Sudoku example - number 38.
|
static int[][] |
PUZZLE_EXAMPLE_039
Sudoku example - number 39.
|
static int[][] |
PUZZLE_EXAMPLE_040
Sudoku example - number 40.
|
static int[][] |
PUZZLE_EXAMPLE_041
Sudoku example - number 41.
|
static int[][] |
PUZZLE_EXAMPLE_042
Sudoku example - number 42.
|
static int[][] |
PUZZLE_EXAMPLE_043
Sudoku example - number 43.
|
static int[][] |
PUZZLE_EXAMPLE_044
Sudoku example - number 44.
|
static int[][] |
PUZZLE_EXAMPLE_045
Sudoku example - number 45.
|
static int[][] |
PUZZLE_EXAMPLE_046
Sudoku example - number 46.
|
static int[][] |
PUZZLE_EXAMPLE_047
Sudoku example - number 47.
|
static int[][] |
PUZZLE_EXAMPLE_048
Sudoku example - number 48.
|
static int[][] |
PUZZLE_EXAMPLE_049
Sudoku example - number 49.
|
static int[][] |
PUZZLE_EXAMPLE_050
Sudoku example - number 50.
|
static int[][] |
PUZZLE_EXAMPLE_051
Sudoku example - number 51.
|
static int[][] |
PUZZLE_EXAMPLE_052
Sudoku example - number 52.
|
static int[][] |
PUZZLE_EXAMPLE_053
Sudoku example - number 53.
|
static int[][] |
PUZZLE_EXAMPLE_054
Sudoku example - number 54.
|
static int[][] |
PUZZLE_EXAMPLE_055
Sudoku example - number 55.
|
static int[][] |
PUZZLE_EXAMPLE_056
Sudoku example - number 56.
|
static int[][] |
PUZZLE_EXAMPLE_057
Sudoku example - number 57.
|
static int[][] |
PUZZLE_EXAMPLE_058
Sudoku example - number 58.
|
static int[][] |
PUZZLE_EXAMPLE_059
Sudoku example - number 59.
|
static int[][] |
PUZZLE_EXAMPLE_060
Sudoku example - number 60.
|
static int[][] |
PUZZLE_EXAMPLE_061
Sudoku example - number 61.
|
static int[][] |
PUZZLE_EXAMPLE_062
Sudoku example - number 62.
|
static int[][] |
PUZZLE_EXAMPLE_063
Sudoku example - number 63.
|
static int[][] |
PUZZLE_EXAMPLE_064
Sudoku example - number 64.
|
static int[][] |
PUZZLE_EXAMPLE_065
Sudoku example - number 65.
|
static int[][] |
PUZZLE_EXAMPLE_066
Sudoku example - number 66.
|
static int[][] |
PUZZLE_EXAMPLE_067
Sudoku example - number 67.
|
static int[][] |
PUZZLE_EXAMPLE_068
Sudoku example - number 68.
|
static int[][] |
PUZZLE_EXAMPLE_069
Sudoku example - number 69.
|
static int[][] |
PUZZLE_EXAMPLE_070
Sudoku example - number 70.
|
static int[][] |
PUZZLE_EXAMPLE_071
Sudoku example - number 71.
|
static int[][] |
PUZZLE_EXAMPLE_072
Sudoku example - number 72.
|
static int[][] |
PUZZLE_EXAMPLE_073
Sudoku example - number 73.
|
static int[][] |
PUZZLE_EXAMPLE_074
Sudoku example - number 74.
|
static int[][] |
PUZZLE_EXAMPLE_075
Sudoku example - number 75.
|
static int[][] |
PUZZLE_EXAMPLE_076
Sudoku example - number 76.
|
static int[][] |
PUZZLE_EXAMPLE_077
Sudoku example - number 77.
|
static int[][] |
PUZZLE_EXAMPLE_078
Sudoku example - number 78.
|
static int[][] |
PUZZLE_EXAMPLE_079
Sudoku example - number 79.
|
static int[][] |
PUZZLE_EXAMPLE_080
Sudoku example - number 80.
|
static int[][] |
PUZZLE_EXAMPLE_081
Sudoku example - number 81.
|
static int[][] |
PUZZLE_EXAMPLE_082
Sudoku example - number 82.
|
static int[][] |
PUZZLE_EXAMPLE_083
Sudoku example - number 83.
|
static int[][] |
PUZZLE_EXAMPLE_084
Sudoku example - number 84.
|
static int[][] |
PUZZLE_EXAMPLE_085
Sudoku example - number 85.
|
static int[][] |
PUZZLE_EXAMPLE_086
Sudoku example - number 86.
|
static int[][] |
PUZZLE_EXAMPLE_087
Sudoku example - number 87.
|
static int[][] |
PUZZLE_EXAMPLE_088
Sudoku example - number 88.
|
static int[][] |
PUZZLE_EXAMPLE_089
Sudoku example - number 89.
|
static int[][] |
PUZZLE_EXAMPLE_090
Sudoku example - number 90.
|
static int[][] |
PUZZLE_EXAMPLE_091
Sudoku example - number 91.
|
static int[][] |
PUZZLE_EXAMPLE_092
Sudoku example - number 92.
|
static int[][] |
PUZZLE_EXAMPLE_093
Sudoku example - number 93.
|
static int[][] |
PUZZLE_EXAMPLE_094
Sudoku example - number 94.
|
static int[][] |
PUZZLE_EXAMPLE_095
Sudoku example - number 95.
|
static int[][] |
PUZZLE_EXAMPLE_096
Sudoku example - number 96.
|
static int[][] |
PUZZLE_EXAMPLE_097
Sudoku example - number 97.
|
static int[][] |
PUZZLE_EXAMPLE_098
Sudoku example - number 98.
|
static int[][] |
PUZZLE_EXAMPLE_099
Sudoku example - number 99.
|
static int[][] |
PUZZLE_EXAMPLE_100
Sudoku example - number 100.
|
static int[][] |
PUZZLE_EXAMPLE_101
Sudoku example - number 101.
|
static int[][] |
PUZZLE_EXAMPLE_102
Sudoku example - number 102.
|
static int[][] |
PUZZLE_EXAMPLE_103
Sudoku example - number 103.
|
static int[][] |
PUZZLE_EXAMPLE_104
Sudoku example - number 104.
|
static int[][] |
PUZZLE_EXAMPLE_105
Sudoku example - number 105.
|
static int[][] |
PUZZLE_EXAMPLE_106
Sudoku example - number 106.
|
static int[][] |
PUZZLE_EXAMPLE_107
Sudoku example - number 107.
|
static int[][] |
PUZZLE_EXAMPLE_108
Sudoku example - number 108.
|
static int[][] |
PUZZLE_EXAMPLE_109
Sudoku example - number 109.
|
static int[][] |
PUZZLE_EXAMPLE_110
Sudoku example - number 110.
|
static int[][] |
PUZZLE_EXAMPLE_111
Sudoku example - number 111.
|
static int[][] |
PUZZLE_EXAMPLE_112
Sudoku example - number 112.
|
static int[][] |
PUZZLE_EXAMPLE_113
Sudoku example - number 113.
|
static int[][] |
PUZZLE_EXAMPLE_114
Sudoku example - number 114.
|
static int[][] |
PUZZLE_EXAMPLE_115
Sudoku example - number 115.
|
static int[][] |
PUZZLE_EXAMPLE_116
Sudoku example - number 116.
|
static int[][] |
PUZZLE_EXAMPLE_117
Sudoku example - number 117.
|
static int[][] |
PUZZLE_EXAMPLE_118
Sudoku example - number 118.
|
static int[][] |
PUZZLE_EXAMPLE_119
Sudoku example - number 119.
|
static int[][] |
PUZZLE_EXAMPLE_120
Sudoku example - number 120.
|
static int[][] |
PUZZLE_EXAMPLE_121
Sudoku example - number 121.
|
static int[][] |
PUZZLE_EXAMPLE_122
Sudoku example - number 122.
|
static int[][] |
PUZZLE_EXAMPLE_123
Sudoku example - number 123.
|
static int[][] |
PUZZLE_EXAMPLE_124
Sudoku example - number 124.
|
static int[][] |
PUZZLE_EXAMPLE_125
Sudoku example - number 125.
|
static int[][] |
PUZZLE_EXAMPLE_126
Sudoku example - number 126.
|
static int[][] |
PUZZLE_EXAMPLE_127
Sudoku example - number 127.
|
static int[][] |
PUZZLE_EXAMPLE_128
Sudoku example - number 128.
|
static int[][] |
PUZZLE_EXAMPLE_129
Sudoku example - number 129.
|
static int[][] |
PUZZLE_EXAMPLE_130
Sudoku example - number 130.
|
static int[][] |
PUZZLE_EXAMPLE_131
Sudoku example - number 131.
|
static int[][] |
PUZZLE_EXAMPLE_132
Sudoku example - number 132.
|
static int[][] |
PUZZLE_EXAMPLE_133
Sudoku example - number 133.
|
static int[][] |
PUZZLE_EXAMPLE_134
Sudoku example - number 134.
|
static int[][] |
PUZZLE_EXAMPLE_135
Sudoku example - number 135.
|
static int[][] |
PUZZLE_EXAMPLE_136
Sudoku example - number 136.
|
static int[][] |
PUZZLE_EXAMPLE_137
Sudoku example - number 137.
|
static int[][] |
PUZZLE_EXAMPLE_138
Sudoku example - number 138.
|
static int[][] |
PUZZLE_EXAMPLE_139
Sudoku example - number 139.
|
static int[][] |
PUZZLE_EXAMPLE_140
Sudoku example - number 140.
|
static int[][] |
PUZZLE_EXAMPLE_141
Sudoku example - number 141.
|
static int[][] |
PUZZLE_EXAMPLE_142
Sudoku example - number 142.
|
static int[][] |
PUZZLE_EXAMPLE_143
Sudoku example - number 143.
|
static int[][] |
PUZZLE_EXAMPLE_144
Sudoku example - number 144.
|
static int[][] |
PUZZLE_EXAMPLE_145
Sudoku example - number 145.
|
static int[][] |
PUZZLE_EXAMPLE_146
Sudoku example - number 146.
|
static int[][] |
PUZZLE_EXAMPLE_147
Sudoku example - number 147.
|
static int[][] |
PUZZLE_EXAMPLE_148
Sudoku example - number 148.
|
static int[][] |
PUZZLE_EXAMPLE_149
Sudoku example - number 149.
|
static int[][] |
PUZZLE_EXAMPLE_150
Sudoku example - number 150.
|
static int[][] |
PUZZLE_EXAMPLE_151
Sudoku example - number 151.
|
static int[][] |
PUZZLE_EXAMPLE_152
Sudoku example - number 152.
|
static int[][] |
PUZZLE_EXAMPLE_153
Sudoku example - number 153.
|
static int[][] |
PUZZLE_EXAMPLE_154
Sudoku example - number 154.
|
static int[][] |
PUZZLE_EXAMPLE_155
Sudoku example - number 155.
|
static int[][] |
PUZZLE_EXAMPLE_156
Sudoku example - number 156.
|
static int[][] |
PUZZLE_EXAMPLE_157
Sudoku example - number 157.
|
static int[][] |
PUZZLE_EXAMPLE_158
Sudoku example - number 158.
|
static int[][] |
PUZZLE_EXAMPLE_159
Sudoku example - number 159.
|
static int[][] |
PUZZLE_EXAMPLE_160
Sudoku example - number 160.
|
static int[][] |
PUZZLE_NO_SOLUTION
Puzzle without solution.
|
static int[][] |
PUZZLE_NON_UNIQUE_SOLUTION
Puzzle with non-unique solution.
|
static int[][] |
PUZZLE_REGTESTS
Puzzle used in regression tests.
|
static int[][] |
PUZZLE_REGTESTS_SOLUTION
Puzzle solution used in regression tests.
|
| Constructor and Description |
|---|
SudokuPuzzles() |
| Modifier and Type | Method and Description |
|---|---|
static int[][] |
getPuzzleExample(int exampleNumber)
Gets Sudoku example for the Sudoku Store.
|
static double |
getPuzzleExampleRating(int exampleNumber)
Returns pre-calculated puzzle example difficulty rating based on
the average number of steps-back performed while recursive
solving sudoku board.
|
public static final int[][] PUZZLE_EXAMPLE_000
public static final int[][] PUZZLE_EXAMPLE_001
public static final int[][] PUZZLE_EXAMPLE_002
public static final int[][] PUZZLE_EXAMPLE_003
public static final int[][] PUZZLE_EXAMPLE_004
public static final int[][] PUZZLE_EXAMPLE_005
public static final int[][] PUZZLE_EXAMPLE_006
public static final int[][] PUZZLE_EXAMPLE_007
public static final int[][] PUZZLE_EXAMPLE_008
public static final int[][] PUZZLE_EXAMPLE_009
public static final int[][] PUZZLE_EXAMPLE_010
public static final int[][] PUZZLE_EXAMPLE_011
public static final int[][] PUZZLE_EXAMPLE_012
public static final int[][] PUZZLE_EXAMPLE_013
public static final int[][] PUZZLE_EXAMPLE_014
public static final int[][] PUZZLE_EXAMPLE_015
public static final int[][] PUZZLE_EXAMPLE_016
public static final int[][] PUZZLE_EXAMPLE_017
public static final int[][] PUZZLE_EXAMPLE_018
public static final int[][] PUZZLE_EXAMPLE_019
public static final int[][] PUZZLE_EXAMPLE_020
public static final int[][] PUZZLE_EXAMPLE_021
public static final int[][] PUZZLE_EXAMPLE_022
public static final int[][] PUZZLE_EXAMPLE_023
public static final int[][] PUZZLE_EXAMPLE_024
public static final int[][] PUZZLE_EXAMPLE_025
public static final int[][] PUZZLE_EXAMPLE_026
public static final int[][] PUZZLE_EXAMPLE_027
public static final int[][] PUZZLE_EXAMPLE_028
public static final int[][] PUZZLE_EXAMPLE_029
public static final int[][] PUZZLE_EXAMPLE_030
public static final int[][] PUZZLE_EXAMPLE_031
public static final int[][] PUZZLE_EXAMPLE_032
public static final int[][] PUZZLE_EXAMPLE_033
public static final int[][] PUZZLE_EXAMPLE_034
public static final int[][] PUZZLE_EXAMPLE_035
public static final int[][] PUZZLE_EXAMPLE_036
public static final int[][] PUZZLE_EXAMPLE_037
public static final int[][] PUZZLE_EXAMPLE_038
public static final int[][] PUZZLE_EXAMPLE_039
public static final int[][] PUZZLE_EXAMPLE_040
public static final int[][] PUZZLE_EXAMPLE_041
public static final int[][] PUZZLE_EXAMPLE_042
public static final int[][] PUZZLE_EXAMPLE_043
public static final int[][] PUZZLE_EXAMPLE_044
public static final int[][] PUZZLE_EXAMPLE_045
public static final int[][] PUZZLE_EXAMPLE_046
public static final int[][] PUZZLE_EXAMPLE_047
public static final int[][] PUZZLE_EXAMPLE_048
public static final int[][] PUZZLE_EXAMPLE_049
public static final int[][] PUZZLE_EXAMPLE_050
public static final int[][] PUZZLE_EXAMPLE_051
public static final int[][] PUZZLE_EXAMPLE_052
public static final int[][] PUZZLE_EXAMPLE_053
public static final int[][] PUZZLE_EXAMPLE_054
public static final int[][] PUZZLE_EXAMPLE_055
public static final int[][] PUZZLE_EXAMPLE_056
public static final int[][] PUZZLE_EXAMPLE_057
public static final int[][] PUZZLE_EXAMPLE_058
public static final int[][] PUZZLE_EXAMPLE_059
public static final int[][] PUZZLE_EXAMPLE_060
public static final int[][] PUZZLE_EXAMPLE_061
public static final int[][] PUZZLE_EXAMPLE_062
public static final int[][] PUZZLE_EXAMPLE_063
public static final int[][] PUZZLE_EXAMPLE_064
public static final int[][] PUZZLE_EXAMPLE_065
public static final int[][] PUZZLE_EXAMPLE_066
public static final int[][] PUZZLE_EXAMPLE_067
public static final int[][] PUZZLE_EXAMPLE_068
public static final int[][] PUZZLE_EXAMPLE_069
public static final int[][] PUZZLE_EXAMPLE_070
public static final int[][] PUZZLE_EXAMPLE_071
public static final int[][] PUZZLE_EXAMPLE_072
public static final int[][] PUZZLE_EXAMPLE_073
public static final int[][] PUZZLE_EXAMPLE_074
public static final int[][] PUZZLE_EXAMPLE_075
public static final int[][] PUZZLE_EXAMPLE_076
public static final int[][] PUZZLE_EXAMPLE_077
public static final int[][] PUZZLE_EXAMPLE_078
public static final int[][] PUZZLE_EXAMPLE_079
public static final int[][] PUZZLE_EXAMPLE_080
public static final int[][] PUZZLE_EXAMPLE_081
public static final int[][] PUZZLE_EXAMPLE_082
public static final int[][] PUZZLE_EXAMPLE_083
public static final int[][] PUZZLE_EXAMPLE_084
public static final int[][] PUZZLE_EXAMPLE_085
public static final int[][] PUZZLE_EXAMPLE_086
public static final int[][] PUZZLE_EXAMPLE_087
public static final int[][] PUZZLE_EXAMPLE_088
public static final int[][] PUZZLE_EXAMPLE_089
public static final int[][] PUZZLE_EXAMPLE_090
public static final int[][] PUZZLE_EXAMPLE_091
public static final int[][] PUZZLE_EXAMPLE_092
public static final int[][] PUZZLE_EXAMPLE_093
public static final int[][] PUZZLE_EXAMPLE_094
public static final int[][] PUZZLE_EXAMPLE_095
public static final int[][] PUZZLE_EXAMPLE_096
public static final int[][] PUZZLE_EXAMPLE_097
public static final int[][] PUZZLE_EXAMPLE_098
public static final int[][] PUZZLE_EXAMPLE_099
public static final int[][] PUZZLE_EXAMPLE_100
public static final int[][] PUZZLE_EXAMPLE_101
public static final int[][] PUZZLE_EXAMPLE_102
public static final int[][] PUZZLE_EXAMPLE_103
public static final int[][] PUZZLE_EXAMPLE_104
public static final int[][] PUZZLE_EXAMPLE_105
public static final int[][] PUZZLE_EXAMPLE_106
public static final int[][] PUZZLE_EXAMPLE_107
public static final int[][] PUZZLE_EXAMPLE_108
public static final int[][] PUZZLE_EXAMPLE_109
public static final int[][] PUZZLE_EXAMPLE_110
public static final int[][] PUZZLE_EXAMPLE_111
public static final int[][] PUZZLE_EXAMPLE_112
public static final int[][] PUZZLE_EXAMPLE_113
public static final int[][] PUZZLE_EXAMPLE_114
public static final int[][] PUZZLE_EXAMPLE_115
public static final int[][] PUZZLE_EXAMPLE_116
public static final int[][] PUZZLE_EXAMPLE_117
public static final int[][] PUZZLE_EXAMPLE_118
public static final int[][] PUZZLE_EXAMPLE_119
public static final int[][] PUZZLE_EXAMPLE_120
public static final int[][] PUZZLE_EXAMPLE_121
public static final int[][] PUZZLE_EXAMPLE_122
public static final int[][] PUZZLE_EXAMPLE_123
public static final int[][] PUZZLE_EXAMPLE_124
public static final int[][] PUZZLE_EXAMPLE_125
public static final int[][] PUZZLE_EXAMPLE_126
public static final int[][] PUZZLE_EXAMPLE_127
public static final int[][] PUZZLE_EXAMPLE_128
public static final int[][] PUZZLE_EXAMPLE_129
public static final int[][] PUZZLE_EXAMPLE_130
public static final int[][] PUZZLE_EXAMPLE_131
public static final int[][] PUZZLE_EXAMPLE_132
public static final int[][] PUZZLE_EXAMPLE_133
public static final int[][] PUZZLE_EXAMPLE_134
public static final int[][] PUZZLE_EXAMPLE_135
public static final int[][] PUZZLE_EXAMPLE_136
public static final int[][] PUZZLE_EXAMPLE_137
public static final int[][] PUZZLE_EXAMPLE_138
public static final int[][] PUZZLE_EXAMPLE_139
public static final int[][] PUZZLE_EXAMPLE_140
public static final int[][] PUZZLE_EXAMPLE_141
public static final int[][] PUZZLE_EXAMPLE_142
public static final int[][] PUZZLE_EXAMPLE_143
public static final int[][] PUZZLE_EXAMPLE_144
public static final int[][] PUZZLE_EXAMPLE_145
public static final int[][] PUZZLE_EXAMPLE_146
public static final int[][] PUZZLE_EXAMPLE_147
public static final int[][] PUZZLE_EXAMPLE_148
public static final int[][] PUZZLE_EXAMPLE_149
public static final int[][] PUZZLE_EXAMPLE_150
public static final int[][] PUZZLE_EXAMPLE_151
public static final int[][] PUZZLE_EXAMPLE_152
public static final int[][] PUZZLE_EXAMPLE_153
public static final int[][] PUZZLE_EXAMPLE_154
public static final int[][] PUZZLE_EXAMPLE_155
public static final int[][] PUZZLE_EXAMPLE_156
public static final int[][] PUZZLE_EXAMPLE_157
public static final int[][] PUZZLE_EXAMPLE_158
public static final int[][] PUZZLE_EXAMPLE_159
public static final int[][] PUZZLE_EXAMPLE_160
public static final int NUMBER_OF_PUZZLE_EXAMPLES
public static final int[][] PUZZLE_NON_UNIQUE_SOLUTION
public static final int[][] PUZZLE_NO_SOLUTION
public static final int[][] PUZZLE_ERROR
public static final int[][] PUZZLE_EMPTY
public static final int[][] PUZZLE_REGTESTS
public static final int[][] PUZZLE_REGTESTS_SOLUTION
public static final int[][] getPuzzleExample(int exampleNumber)
exampleNumber - Example number.NUMBER_OF_PUZZLE_EXAMPLESpublic static final double getPuzzleExampleRating(int exampleNumber)
exampleNumber - The example number NUMBER_OF_PUZZLE_EXAMPLESCopyright © 2017. All rights reserved.