25x25 sudoku

Post puzzles for others to solve here.

25x25 sudoku

Postby Naoki » Sun Apr 13, 2008 12:33 pm

I made 25x25 sudoku problems. Please enjoy it. (JAVA)

puz.hp.infoseek.co.jp/honkaku/twentyfive.html
Naoki
 
Posts: 7
Joined: 19 March 2008

Re: 25x25 sudoku

Postby m_b_metcalf » Sun Apr 13, 2008 6:12 pm

Naoki wrote:I made 25x25 sudoku problems. Please enjoy it. (JAVA)


Could you please post it here too, in the usual text format?

Thanks,

Mike Metcalf
User avatar
m_b_metcalf
2017 Supporter
 
Posts: 13586
Joined: 15 May 2006
Location: Berlin

Postby Naoki » Mon Apr 14, 2008 3:33 am

This problem data is here.
puz.hp.infoseek.co.jp/honkaku/problem25.txt

If a cell is a clue, then 100 is added to the cell.
Naoki
 
Posts: 7
Joined: 19 March 2008

Postby m_b_metcalf » Mon Apr 14, 2008 1:52 pm

Naoki wrote:This problem data is here.
puz.hp.infoseek.co.jp/honkaku/problem25.txt

If a cell is a clue, then 100 is added to the cell.

Thanks. That was an opportunity to exercise some ancient code of mine. Please note that the very last puzzle is invalid. For instance, the last row contains 9 and 109, and 5 and 105, but neither 1 nor 22.

Regards,

Mike Metcalf
User avatar
m_b_metcalf
2017 Supporter
 
Posts: 13586
Joined: 15 May 2006
Location: Berlin

Postby Naoki » Mon Apr 14, 2008 7:05 pm

Sorry, some problems are wrong.
Please wait for these problems to be corrected.
Naoki
 
Posts: 7
Joined: 19 March 2008

Postby Naoki » Tue Apr 15, 2008 12:31 pm

All problems have been corrected.
Naoki
 
Posts: 7
Joined: 19 March 2008

Postby m_b_metcalf » Tue Apr 15, 2008 2:18 pm

Naoki wrote:All problems have been corrected.

Thanks. They are very pretty. A question remains: in the one below should r10c25 be 102 rather than 2?

Regards,

Mike Metcalf

Code: Select all
15 25 21 9 113 102 108 24 114 110 101 22 3 12 23 19 20 17 11 7 6 118 116 105 4
101 105 112 6 102 125 117 21 111 120 119 15 7 24 18 22 8 104 116 109 10 123 113 114 3
117 124 111 4 122 107 113 6 9 12 5 20 21 114 116 123 18 102 110 103 1 119 125 108 15
116 108 114 3 20 15 23 22 19 118 109 113 4 111 110 106 21 105 125 101 2 12 7 24 17
10 23 7 18 19 5 16 4 3 101 106 102 8 125 117 112 15 13 14 24 11 22 109 121 120
9 101 125 107 17 6 12 2 22 115 113 124 14 18 20 16 23 21 19 4 8 10 111 103 105
11 102 105 108 18 21 4 13 16 3 10 17 25 19 115 101 122 14 9 12 24 20 106 107 123
21 120 115 113 14 17 24 8 7 5 112 104 123 22 103 110 102 6 18 11 9 16 19 25 1
24 12 4 22 6 11 110 119 123 9 108 105 101 16 102 107 117 3 20 25 14 21 18 115 113
19 3 116 110 123 1 120 125 118 14 107 106 111 21 9 5 24 8 15 113 104 117 12 122 2
3 13 109 101 121 14 118 112 120 25 16 8 5 7 24 102 106 110 23 119 122 104 15 117 111
7 14 120 117 108 16 22 5 13 24 2 10 19 23 6 111 109 125 4 115 112 101 3 18 21
23 16 2 12 10 8 21 101 117 104 11 9 15 20 13 114 103 118 22 5 25 7 24 6 19
25 6 18 111 115 109 2 123 110 119 14 3 12 4 22 21 1 7 24 17 113 105 120 16 8
104 122 24 119 105 103 15 107 106 111 17 21 18 1 25 8 116 112 113 20 123 102 110 9 14
108 107 13 115 112 110 14 20 21 2 18 25 124 103 101 4 105 119 117 6 116 111 122 23 9
120 111 6 21 25 24 7 3 101 117 123 19 116 109 105 13 114 122 102 18 15 8 4 12 10
2 10 22 23 4 13 5 9 112 108 115 14 117 106 111 20 7 16 3 21 18 125 101 119 24
118 117 103 16 1 22 19 11 115 106 121 12 10 13 4 24 25 9 8 23 5 114 102 120 7
114 109 119 5 24 18 25 16 4 23 22 7 20 102 108 115 12 11 1 10 17 103 121 113 6
105 118 101 2 11 19 9 14 24 122 103 116 13 115 107 117 4 20 12 8 21 6 23 10 25
13 21 17 25 9 120 101 115 5 116 104 111 6 110 112 118 19 23 7 14 3 24 108 102 122
22 115 108 120 3 123 111 117 25 121 124 118 2 5 19 9 10 1 106 116 107 13 114 104 112
6 104 110 124 7 112 103 118 8 13 20 23 22 17 114 125 111 15 121 102 119 9 105 101 116
12 119 123 114 16 4 6 10 2 7 25 1 9 8 121 103 113 24 105 122 120 15 17 11 18
User avatar
m_b_metcalf
2017 Supporter
 
Posts: 13586
Joined: 15 May 2006
Location: Berlin

Postby Naoki » Wed Apr 16, 2008 7:52 am

Thanks. The number '2' in r10c25 has been replaced to '102'.
Naoki
 
Posts: 7
Joined: 19 March 2008

Postby gsf » Wed Apr 16, 2008 10:10 am

m_b_metcalf wrote:
Naoki wrote:All problems have been corrected.

Thanks. They are very pretty. A question remains: in the one below should r10c25 be 102 rather than 2?
Code: Select all
15 25 21 9 113 102 108 24 114 110 101 22 3 12 23 19 20 17 11 7 6 118 116 105 4
...

I think this one still has trouble -- I get multiple solutions
as a double check, here is the grid with empty cells as 00
Code: Select all
00 00 00 00 13  02 08 00 14 10  01 00 00 00 00  00 00 00 00 00  00 18 16 05 00
01 05 12 00 02  25 17 00 11 20  19 00 00 00 00  00 00 04 16 09  00 23 13 14 00
17 24 11 00 22  07 13 00 00 00  00 00 00 14 16  23 00 02 10 03  00 19 25 08 00
16 08 14 00 00  00 00 00 00 18  09 13 00 11 10  06 00 05 25 01  00 00 00 00 00
00 00 00 00 00  00 00 00 00 01  06 02 00 25 17  12 00 00 00 00  00 00 09 21 20

00 01 25 07 00  00 00 00 00 15  13 24 00 00 00  00 00 00 00 00  00 00 11 03 05
00 02 05 08 00  00 00 00 00 00  00 00 00 00 15  01 22 00 00 00  00 00 06 07 23
00 20 15 13 00  00 00 00 00 00  12 04 23 00 03  10 02 00 00 00  00 00 00 00 00
00 00 00 00 00  00 10 19 23 00  08 05 01 00 02  07 17 00 00 00  00 00 00 15 13
00 00 16 10 23  00 20 25 18 00  07 06 11 00 00  00 00 00 00 13  04 17 00 22 02

00 00 09 01 21  00 18 12 20 00  00 00 00 00 00  02 06 10 00 19  22 04 00 17 11
00 00 20 17 08  00 00 00 00 00  00 00 00 00 00  11 09 25 00 15  12 01 00 00 00
00 00 00 00 00  00 00 01 17 04  00 00 00 00 00  14 03 18 00 00  00 00 00 00 00
00 00 00 11 15  09 00 23 10 19  00 00 00 00 00  00 00 00 00 00  13 05 20 00 00
04 22 00 19 05  03 00 07 06 11  00 00 00 00 00  00 16 12 13 00  23 02 10 00 00

08 07 00 15 12  10 00 00 00 00  00 00 24 03 01  00 05 19 17 00  16 11 22 00 00
20 11 00 00 00  00 00 00 01 17  23 00 16 09 05  00 14 22 02 00  00 00 00 00 00
00 00 00 00 00  00 00 00 12 08  15 00 17 06 11  00 00 00 00 00  00 25 01 19 00
18 17 03 00 00  00 00 00 15 06  21 00 00 00 00  00 00 00 00 00  00 14 02 20 00
14 09 19 00 00  00 00 00 00 00  00 00 00 02 08  15 00 00 00 00  00 03 21 13 00

05 18 01 00 00  00 00 00 00 22  03 16 00 15 07  17 00 00 00 00  00 00 00 00 00
00 00 00 00 00  20 01 15 00 16  04 11 00 10 12  18 00 00 00 00  00 00 08 02 22
00 15 08 20 00  23 11 17 00 21  24 18 00 00 00  00 00 00 06 16  07 00 14 04 12
00 04 10 24 00  12 03 18 00 00  00 00 00 00 14  25 11 00 21 02  19 00 05 01 16
00 19 23 14 00  00 00 00 00 00  00 00 00 00 21  03 13 00 05 22  20 00 00 00 00

and here are the first two solutions found by pseudocoup
Code: Select all
15 25 21 09 13  02 08 06 14 10  01 12 03 04 23  22 19 17 07 20  11 18 16 05 24
01 05 12 03 02  25 17 22 11 20  19 21 18 07 24  08 15 04 16 09  10 23 13 14 06
17 24 11 06 22  07 13 09 21 12  05 15 20 14 16  23 18 02 10 03  01 19 25 08 04
16 08 14 04 20  15 23 24 19 18  09 13 22 11 10  06 21 05 25 01  02 07 03 12 17
10 23 07 18 19  16 05 04 03 01  06 02 08 25 17  12 24 13 11 14  15 22 09 21 20

21 01 25 07 17  04 12 02 16 15  13 24 14 18 22  09 20 06 19 23  08 10 11 03 05
09 02 05 08 18  21 24 11 13 03  10 17 25 19 15  01 22 16 12 04  14 20 06 07 23
06 20 15 13 24  17 22 08 07 05  12 04 23 16 03  10 02 14 18 11  09 21 19 25 01
11 12 04 22 14  06 10 19 23 09  08 05 01 20 02  07 17 21 03 25  24 16 18 15 13
19 03 16 10 23  01 20 25 18 14  07 06 11 21 09  05 08 24 15 13  04 17 12 22 02

03 14 09 01 21  08 18 12 20 24  16 25 07 05 13  02 06 10 23 19  22 04 15 17 11
23 13 20 17 08  05 16 21 22 02  14 19 10 24 06  11 09 25 04 15  12 01 07 18 03
07 10 06 12 25  13 15 01 17 04  11 09 02 23 20  14 03 18 22 05  21 08 24 16 19
02 16 18 11 15  09 14 23 10 19  22 03 21 12 04  24 01 07 08 17  13 05 20 06 25
04 22 24 19 05  03 25 07 06 11  17 08 15 01 18  20 16 12 13 21  23 02 10 09 14

08 07 02 15 12  10 21 20 04 25  18 14 24 03 01  13 05 19 17 06  16 11 22 23 09
20 11 13 25 10  18 19 03 01 17  23 07 16 09 05  21 14 22 02 08  06 12 04 24 15
24 21 22 05 04  14 02 13 12 08  15 20 17 06 11  16 23 03 09 10  18 25 01 19 07
18 17 03 23 01  22 09 16 15 06  21 10 12 13 19  04 25 11 24 07  05 14 02 20 08
14 09 19 16 06  11 07 05 24 23  25 22 04 02 08  15 12 20 01 18  17 03 21 13 10

05 18 01 02 11  19 06 14 09 22  03 16 13 15 07  17 04 08 20 12  25 24 23 10 21
25 06 17 21 09  20 01 15 05 16  04 11 19 10 12  18 07 23 14 24  03 13 08 02 22
13 15 08 20 03  23 11 17 02 21  24 18 05 22 25  19 10 01 06 16  07 09 14 04 12
22 04 10 24 07  12 03 18 08 13  20 23 06 17 14  25 11 09 21 02  19 15 05 01 16
12 19 23 14 16  24 04 10 25 07  02 01 09 08 21  03 13 15 05 22  20 06 17 11 18



15 25 21 09 13  02 08 06 14 10  01 12 03 04 23  22 19 17 07 20  11 18 16 05 24
01 05 12 03 02  25 17 22 11 20  19 21 18 07 24  08 15 04 16 09  10 23 13 14 06
17 24 11 06 22  07 13 09 21 12  05 15 20 14 16  23 18 02 10 03  01 19 25 08 04
16 08 14 04 20  15 23 24 19 18  09 13 22 11 10  06 21 05 25 01  02 07 03 12 17
10 23 07 18 19  16 05 04 03 01  06 02 08 25 17  12 24 13 11 14  15 22 09 21 20

06 01 25 07 17  04 12 02 16 15  13 24 10 18 22  09 20 14 19 23  08 21 11 03 05
19 02 05 08 18  21 24 11 13 03  14 17 25 20 15  01 22 16 12 04  09 10 06 07 23
09 20 15 13 14  17 22 08 07 05  12 04 23 21 03  10 02 06 18 11  24 16 19 25 01
11 12 04 22 24  06 10 19 23 09  08 05 01 16 02  07 17 21 03 25  14 20 18 15 13
21 03 16 10 23  01 20 25 18 14  07 06 11 19 09  05 08 24 15 13  04 17 12 22 02

03 14 09 01 21  08 18 12 20 24  16 25 07 05 13  02 06 10 23 19  22 04 15 17 11
23 13 20 17 08  05 16 21 22 02  10 19 14 24 06  11 09 25 04 15  12 01 07 18 03
07 10 06 12 25  13 15 01 17 04  11 09 02 23 20  14 03 18 22 05  21 08 24 16 19
02 16 18 11 15  09 14 23 10 19  22 03 21 12 04  24 01 07 08 17  13 05 20 06 25
04 22 24 19 05  03 25 07 06 11  17 08 15 01 18  20 16 12 13 21  23 02 10 09 14

08 07 02 15 12  10 21 20 04 25  18 14 24 03 01  13 05 19 17 06  16 11 22 23 09
20 11 13 25 10  18 19 03 01 17  23 07 16 09 05  21 14 22 02 08  06 12 04 24 15
24 21 22 05 04  14 02 13 12 08  15 20 17 06 11  16 23 03 09 10  18 25 01 19 07
18 17 03 23 01  22 09 16 15 06  21 10 12 13 19  04 25 11 24 07  05 14 02 20 08
14 09 19 16 06  11 07 05 24 23  25 22 04 02 08  15 12 20 01 18  17 03 21 13 10

05 18 01 02 11  19 06 14 09 22  03 16 13 15 07  17 04 08 20 12  25 24 23 10 21
25 06 17 21 09  20 01 15 05 16  04 11 19 10 12  18 07 23 14 24  03 13 08 02 22
13 15 08 20 03  23 11 17 02 21  24 18 05 22 25  19 10 01 06 16  07 09 14 04 12
22 04 10 24 07  12 03 18 08 13  20 23 06 17 14  25 11 09 21 02  19 15 05 01 16
12 19 23 14 16  24 04 10 25 07  02 01 09 08 21  03 13 15 05 22  20 06 17 11 18
gsf
2014 Supporter
 
Posts: 7306
Joined: 21 September 2005
Location: NJ USA

Postby Naoki » Wed Apr 16, 2008 1:05 pm

Sorry! The problem has been replaced to new other problem.
Naoki
 
Posts: 7
Joined: 19 March 2008

Postby m_b_metcalf » Wed Apr 16, 2008 1:19 pm

Naoki wrote:Sorry! The problem has been replaced to new other problem.

Now they're all fine.

Thanks,

Mike Metcalf
User avatar
m_b_metcalf
2017 Supporter
 
Posts: 13586
Joined: 15 May 2006
Location: Berlin


Return to Puzzles