đŸ•ˇī¸ Crawler Inspector

URL Lookup

Direct Parameter Lookup

Raw Queries and Responses

1. Shard Calculation

Query:
Response:
Calculated Shard: 60 (from laksa118)

2. Crawled Status Check

Query:
Response:

3. Robots.txt Check

Query:
Response:

4. Spam/Ban Check

Query:
Response:

5. Seen Status Check

â„šī¸ Skipped - page is already crawled

📄
INDEXABLE
✅
CRAWLED
1 month ago
🤖
ROBOTS ALLOWED

Page Info Filters

FilterStatusConditionDetails
HTTP statusPASSdownload_http_code = 200HTTP 200
Age cutoffPASSdownload_stamp > now() - 6 MONTH2 months ago
History dropPASSisNull(history_drop_reason)No drop reason
Spam/banPASSfh_dont_index != 1 AND ml_spam_score = 0ml_spam_score=0
CanonicalPASSmeta_canonical IS NULL OR = '' OR = src_unparsedNot set

Page Details

PropertyValue
URLhttps://sandiway.arizona.edu/sudoku/examples.html
Last Crawled2026-02-07 00:09:41 (1 month ago)
First Indexednot set
HTTP Status Code200
Meta TitleExample Puzzles and Solutions
Meta Descriptionnull
Meta Canonicalnull
Boilerpipe Text
Up The program is supplied with a directory of example puzzles to try. The directory on MacOS X is ~/Library/Sudoku. If this directory doesn't exist, the program will create it automatically and place the default puzzles there. You can, of course, enter and save your own puzzle manually as well. Here we list some of these puzzles and their solutions using the program. They are graded in order of difficulty easiest to difficult to "not fun". Easiest These are the easiest puzzles tested: use of only the first heuristic, namely, spotting inconsistency or insufficiency among rows, columns or 3x3 areas, is needed. (See list of heuristics here .) Arizona Daily Wildcat: Tuesday, Jan 17th 2006 File : wildcatjan17 Steps Solved in 73 steps. Uses only Heuristic 1: Simple row, column or 3 x 3 area inconsistency/insufficiency. Arizona Daily Wildcat: Wednesday, Jan 18th 2006 File : wildcatjan18 Steps Solved in 81 steps. Uses only Heuristic 1: Simple row, column or 3 x 3 area inconsistency/insufficiency. Intermediate Daily Telegraph January 19th "Diabolical" File : dtfeb19 Steps Solved in 178 steps. This is from the Daily Telegraph newspaper archives at http://www.sudoku.org.uk . Only requires Heuristics 1 and 2, i.e. simple consistency check for rows, columns and 3x3 areas, and the subset cover idea. Difficult Vegard Hanssen puzzle 2155141 This is puzzle number 2155141, the highest-rated puzzle (as of Jan 19th 2006) on the Top 10 list on Vegard Hanssen's webpage. File : v2155141 Steps Solved in 196 steps. It has only one step that is difficult (line 56). (See the description here .) To get past line 55, it employs the boosted version of Heuristic 1 plus an assist from Heuristic 4. Challenge 2 from Sudoku Solver by Logic File : challenge2 Steps Solved in 133 steps. This is Challenge 2 from Sudoku Solver by Logic. (See also the harder Challenge 1 below.) This puzzles requires multiple instances of Heuristic 1+ before succumbing to direct elimination methods. However, all of the inference chains are relatively easy to follow as they require no more than two pivots. Not fun These puzzles are not fun anymore. I wonder if they are tractable for non-computer puzzle solving. At some steps, they seem to require long chains of inference just to eliminate a single value. Challenge 1 from Sudoku Solver by Logic File : challenge1 Steps Solved in 229 steps. This is Challenge 1 from Sudoku Solver by Logic. Under the default setting, the program gets to step 84 making liberal use of Heuristic 1+, i.e. chaining. To proceed further, you must set the 1+ limit, the length of the chains the program is allowed to use to derive a contradiction, to unlimited. Up
Markdown
[Up](https://sandiway.arizona.edu/sudoku/index.html) *** # Example Puzzles and Solutions The program is supplied with a directory of example puzzles to try. The directory on MacOS X is ~/Library/Sudoku. If this directory doesn't exist, the program will create it automatically and place the default puzzles there. You can, of course, enter and save your own puzzle manually as well. Here we list some of these puzzles and their solutions using the program. They are graded in order of difficulty easiest to difficult to "not fun". *** ## Easiest These are the easiest puzzles tested: use of only the first heuristic, namely, spotting inconsistency or insufficiency among rows, columns or 3x3 areas, is needed. (See list of heuristics [here](https://sandiway.arizona.edu/sudoku/index.html#heuristics).) ### Arizona Daily Wildcat: Tuesday, Jan 17th 2006 | | | | |---|---|---| | ![](https://sandiway.arizona.edu/sudoku/wildcatjan17p.gif) | **File**: `wildcatjan17` [Steps](https://sandiway.arizona.edu/sudoku/wildcatjan17.txt)Solved in 73 steps.Uses only Heuristic 1: Simple row, column or 3 x 3 area inconsistency/insufficiency. | ![](https://sandiway.arizona.edu/sudoku/wildcatjan17.gif) | ### Arizona Daily Wildcat: Wednesday, Jan 18th 2006 | | | | |---|---|---| | ![](https://sandiway.arizona.edu/sudoku/wildcatjan18p.gif) | **File**: `wildcatjan18` [Steps](https://sandiway.arizona.edu/sudoku/wildcatjan18.txt)Solved in 81 steps.Uses only Heuristic 1: Simple row, column or 3 x 3 area inconsistency/insufficiency. | ![](https://sandiway.arizona.edu/sudoku/wildcatjan18.gif) | *** ## Intermediate ### Daily Telegraph January 19th "Diabolical" | | | | |---|---|---| | ![](https://sandiway.arizona.edu/sudoku/dtfeb19p.gif) | **File**: `dtfeb19` [Steps](https://sandiway.arizona.edu/sudoku/dtfeb19.txt)Solved in 178 steps.This is from the *Daily Telegraph* newspaper archives at <http://www.sudoku.org.uk>.Only requires Heuristics 1 and 2, i.e. simple consistency check for rows, columns and 3x3 areas, and the subset cover idea. | ![](https://sandiway.arizona.edu/sudoku/dtfeb19.gif) | *** ## Difficult ### Vegard Hanssen puzzle 2155141 This is puzzle number 2155141, the highest-rated puzzle (as of Jan 19th 2006) on the [Top 10](http://www.menneske.no/sudoku/eng/top10.html) list on Vegard Hanssen's webpage. | | | | |---|---|---| | ![](https://sandiway.arizona.edu/sudoku/v2155141p.gif) | **File**: `v2155141` [Steps](https://sandiway.arizona.edu/sudoku/v2155141.txt)Solved in 196 steps.It has only one step that is difficult (line 56). (See the description [here](https://sandiway.arizona.edu/sudoku/h1p.html#example1).) To get past line 55, it employs the boosted version of Heuristic 1 plus an assist from Heuristic 4. | ![](https://sandiway.arizona.edu/sudoku/v2155141.gif) | ### Challenge 2 from Sudoku Solver by Logic | | | | |---|---|---| | ![](https://sandiway.arizona.edu/sudoku/challenge2p.gif) | **File**: `challenge2` [Steps](https://sandiway.arizona.edu/sudoku/challenge2.txt)Solved in 133 steps.This is [Challenge 2](http://www.sudokusolver.co.uk/challenge2.html) from Sudoku Solver by Logic. (See also the harder Challenge 1 below.)This puzzles requires multiple instances of Heuristic 1+ before succumbing to direct elimination methods. However, all of the inference chains are relatively easy to follow as they require no more than two pivots. | ![](https://sandiway.arizona.edu/sudoku/challenge2.gif) | *** ## Not fun These puzzles are not fun anymore. I wonder if they are tractable for non-computer puzzle solving. At some steps, they seem to require long chains of inference just to eliminate a single value. ### Challenge 1 from Sudoku Solver by Logic | | | | |---|---|---| | ![](https://sandiway.arizona.edu/sudoku/challenge1p.gif) | **File**: `challenge1` [Steps](https://sandiway.arizona.edu/sudoku/challenge1.txt)Solved in 229 steps.This is [Challenge 1](http://www.sudokusolver.co.uk/challenge1.html) from Sudoku Solver by Logic.Under the default setting, the program gets to step 84 making liberal use of Heuristic 1+, i.e. chaining. To proceed further, you must set the 1+ limit, the length of the chains the program is allowed to use to derive a contradiction, to unlimited. | ![](https://sandiway.arizona.edu/sudoku/challenge1.gif) | *** [Up](https://sandiway.arizona.edu/sudoku/index.html)
Readable Markdown
[Up](https://sandiway.arizona.edu/sudoku/index.html) *** The program is supplied with a directory of example puzzles to try. The directory on MacOS X is ~/Library/Sudoku. If this directory doesn't exist, the program will create it automatically and place the default puzzles there. You can, of course, enter and save your own puzzle manually as well. Here we list some of these puzzles and their solutions using the program. They are graded in order of difficulty easiest to difficult to "not fun". *** ## Easiest These are the easiest puzzles tested: use of only the first heuristic, namely, spotting inconsistency or insufficiency among rows, columns or 3x3 areas, is needed. (See list of heuristics [here](https://sandiway.arizona.edu/sudoku/index.html#heuristics).) ### Arizona Daily Wildcat: Tuesday, Jan 17th 2006 | | | | |---|---|---| | ![](https://sandiway.arizona.edu/sudoku/wildcatjan17p.gif) | **File**: `wildcatjan17` [Steps](https://sandiway.arizona.edu/sudoku/wildcatjan17.txt)Solved in 73 steps.Uses only Heuristic 1: Simple row, column or 3 x 3 area inconsistency/insufficiency. | ![](https://sandiway.arizona.edu/sudoku/wildcatjan17.gif) | ### Arizona Daily Wildcat: Wednesday, Jan 18th 2006 | | | | |---|---|---| | ![](https://sandiway.arizona.edu/sudoku/wildcatjan18p.gif) | **File**: `wildcatjan18` [Steps](https://sandiway.arizona.edu/sudoku/wildcatjan18.txt)Solved in 81 steps.Uses only Heuristic 1: Simple row, column or 3 x 3 area inconsistency/insufficiency. | ![](https://sandiway.arizona.edu/sudoku/wildcatjan18.gif) | *** ## Intermediate ### Daily Telegraph January 19th "Diabolical" | | | | |---|---|---| | ![](https://sandiway.arizona.edu/sudoku/dtfeb19p.gif) | **File**: `dtfeb19` [Steps](https://sandiway.arizona.edu/sudoku/dtfeb19.txt)Solved in 178 steps.This is from the *Daily Telegraph* newspaper archives at [http://www.sudoku.org.uk](http://www.sudoku.org.uk/).Only requires Heuristics 1 and 2, i.e. simple consistency check for rows, columns and 3x3 areas, and the subset cover idea. | ![](https://sandiway.arizona.edu/sudoku/dtfeb19.gif) | *** ## Difficult ### Vegard Hanssen puzzle 2155141 This is puzzle number 2155141, the highest-rated puzzle (as of Jan 19th 2006) on the [Top 10](http://www.menneske.no/sudoku/eng/top10.html) list on Vegard Hanssen's webpage. | | | | |---|---|---| | ![](https://sandiway.arizona.edu/sudoku/v2155141p.gif) | **File**: `v2155141` [Steps](https://sandiway.arizona.edu/sudoku/v2155141.txt)Solved in 196 steps.It has only one step that is difficult (line 56). (See the description [here](https://sandiway.arizona.edu/sudoku/h1p.html#example1).) To get past line 55, it employs the boosted version of Heuristic 1 plus an assist from Heuristic 4. | ![](https://sandiway.arizona.edu/sudoku/v2155141.gif) | ### Challenge 2 from Sudoku Solver by Logic | | | | |---|---|---| | ![](https://sandiway.arizona.edu/sudoku/challenge2p.gif) | **File**: `challenge2` [Steps](https://sandiway.arizona.edu/sudoku/challenge2.txt)Solved in 133 steps.This is [Challenge 2](http://www.sudokusolver.co.uk/challenge2.html) from Sudoku Solver by Logic. (See also the harder Challenge 1 below.)This puzzles requires multiple instances of Heuristic 1+ before succumbing to direct elimination methods. However, all of the inference chains are relatively easy to follow as they require no more than two pivots. | ![](https://sandiway.arizona.edu/sudoku/challenge2.gif) | *** ## Not fun These puzzles are not fun anymore. I wonder if they are tractable for non-computer puzzle solving. At some steps, they seem to require long chains of inference just to eliminate a single value. ### Challenge 1 from Sudoku Solver by Logic | | | | |---|---|---| | ![](https://sandiway.arizona.edu/sudoku/challenge1p.gif) | **File**: `challenge1` [Steps](https://sandiway.arizona.edu/sudoku/challenge1.txt)Solved in 229 steps.This is [Challenge 1](http://www.sudokusolver.co.uk/challenge1.html) from Sudoku Solver by Logic.Under the default setting, the program gets to step 84 making liberal use of Heuristic 1+, i.e. chaining. To proceed further, you must set the 1+ limit, the length of the chains the program is allowed to use to derive a contradiction, to unlimited. | ![](https://sandiway.arizona.edu/sudoku/challenge1.gif) | *** [Up](https://sandiway.arizona.edu/sudoku/index.html)
Shard60 (laksa)
Root Hash9598212070406155260
Unparsed URLedu,arizona!sandiway,/sudoku/examples.html s443