Sudoku
Posted: 2009.04.11 (20:23)
This should be interesting to hear. I'm trying to test my hypothesis that the proportion of teenagers who do sudoku nowadays (I mean, compared to a few years ago) is decreasing.
Code: Select all
...|...|...
123|...|...
...|456|...
---+---+---
...|...|417
...|...|...
865|...|...
---+---+---
...|198|...
...|...|526
...|...|...
Code: Select all
.62|.78|.95 8.9|3.5|6.7 57.|69.|.8. ---+---+--- .95|784|.6. 7.6|..9|85. .8.|5.6|7.9 ---+---+--- .57|96.|..8 9.8|..7|5.6 6..|85.|97. WARNING: RIDICULOUSLY HARD!!!
Code: Select all
democrat:
dA: b = 1, o = 2, ; = 4
dB: b = 4, o = 1, ; = 2
dC: b = 4, o = 2, ; = 1
independent:
iA: e = 1, / = 4, pt = 23
iB: e = 2, / = 4, pt = 13
iC: e = 4, / = 2, pt = 13
iD: e = 4, / = 1, pt = 23
republican:
rA: h = 1, w[ = 23
rB: h = 2, w[ = 13
Code: Select all
square 2: dA dB dC iA iB iC iD rA rB
2A: b = 1, h = 2, e = 4 * * * *
2B: b = 4, h = 1, e = 2 * * * *
2C: b = 4, h = 2, e = 1 * * * *
square 5:
5A: o = 1, p = 2, t = 3 * * * * *
5B: o = 1, p = 3, t = 2 * * * * *
5C: o = 2, p = 1, t = 3 * * * * * *
5D: o = 2, p = 3, t = 1 * * * * * *
square 8:
8A: ; = 1, / = 4, w = 2, [ = 3 * * * *
8B: ; = 1, / = 4, w = 3, [ = 2 * * * *
8C: ; = 2, / = 4, w = 1, [ = 3 * * * *
8D: ; = 2, / = 4, w = 3, [ = 1 * * * *
8E: ; = 4, / = 1, w = 2, [ = 3 * * *
8F: ; = 4, / = 1, w = 3, [ = 2 * * *
8G: ; = 4, / = 2, w = 1, [ = 3 * * *
8H: ; = 4, / = 2, w = 3, [ = 1 * * *
Code: Select all
column 2:
c2A: 2A5C8G dAiCrB
c2B: 2A5C8H dAiCrB
c2C: 2A5D8G dAiCrB
c2D: 2A5D8H dAiCrB
c2E: 2C5A8C dBiArB
c2F: 2C5A8D dBiArB
c2G: 2C5B8C dBiArB
c2H: 2C5B8D dBiArB
Code: Select all
row1:
r1A: 1A2B3E tAmDlB
r1B: 1A2B3F tAmDlB
r1C: 1A2C3G tAmClC
r1D: 1A2C3H tAmClC
r1E: 1B2A3M tAmBlE
r1F: 1B2A3N tAmBlE
r1G: 1B2B3C tCmAlD
r1H: 1B2B3D tCmAlD
r1I: 1C2C3A tCmClA
r1J: 1C2C3B tCmClA
r1K: 1D2A3G tDmBlC
r1L: 1D2A3H tDmBlC
Code: Select all
column 2:
c2A: 2A 5(C, D) 8(G, H)
c2B: 2C 5(A, B) 8(G, H)
row 1:
r1A: 1A2B3(E, F)
r1C: 1A2C3(G, H)
r1E: 1B2A3(M, N)
r1G: 1B2B3(C, D)
r1I: 1C2C3(A, B)
r1K: 1D2A3(G, H)
Code: Select all
middle 'T':
mtA: 1A 2C 3(G, H) 5(A, B) 8(C, D)
a = 1, b = 4, c = 3, d = 4, e = 1, f = 2, g = 3, h = 2, o = 1, ; = 2, / = 4, ij = 14, pt = 23, w[ = 13
1 6 2 | 4 7 8 | 3 9 5
8 4 9 | 3 1 5 | 6 2 7
5 7 3 | 6 9 2 | 4 8 1
- - - + - - - + - - -
3 9 5 | 7 8 4 | 1 6 23
7 2 6 | 1 3 9 | 8 5 4
4 8 1 | 5 2 6 | 7 3 9
- - - + - - - + - - -
2 5 7 | 9 6 1 | 3 4 8
9 3 8 | 2 4 7 | 5 1 6
6 1 4 | 8 5 3 | 9 7 23
mtB: 1B 2A 3(M, N) 5(C, D) 8(G, H)
a = 3, b = 1, c = 4, d = 1, e = 4, f = 2, g = 4, h = 2, o = 2, ; = 4, / = 2, ij = 13, pt = 13, w[ = 13
3 6 2 | 1 7 8 | 4 9 5
8 1 9 | 3 4 5 | 6 2 7
5 7 4 | 6 9 2 | 1 8 3
- - - + - - - + - - -
1 9 5 | 7 8 4 | 3 6 2
7 4 6 | 2 3 9 | 8 5 1
2 8 3 | 5 1 6 | 7 4 9
- - - + - - - + - - -
4 5 7 | 9 6 1 | 2 3 8
9 3 8 | 4 2 7 | 5 1 6
6 2 1 | 8 5 3 | 9 7 4
mtC: 1C 2C 3(A, B) 5(A, B) 8(C, D)
a = 3, b = 4, c = 1, d = 4, e = 1, f = 2, g = 1, h = 2, o = 1, ; = 2, / = 4, ij = 34, pt = 23, w[ = 13
134a 6 2 | 14b 7 8 | 134c 9 5
8 14d 9 | 3 14e 5 | 6 2f 7
5 7 134g | 6 9 2h | 134i 8 134j
- - - + - - - + - - -
123k 9 5 | 7 8 4 | 123l 6 123m
7 1234n 6 | 12o 123p 9 | 8 5 1234q
1234r 8 134s | 5 123t 6 | 7 134u 9
- - - + - - - + - - -
1234v 5 7 | 9 6 13w | 1234x 134y 8
9 13z 8 | 24; 24/ 7 | 5 13, 6
6 1234. 134' | 8 5 13[ | 9 7 1234]
mtD: 1D 2A 3(G, H) 5(C, D) 8(G, H)
a = 4, b = 1, c = 3, d = 1, e = 4, f = 2, g = 3, h = 2, o = 2, ; = 4, / = 2, ij = 14, pt = 13, w[ = 13
134a 6 2 | 14b 7 8 | 134c 9 5
8 14d 9 | 3 14e 5 | 6 2f 7
5 7 134g | 6 9 2h | 134i 8 134j
- - - + - - - + - - -
123k 9 5 | 7 8 4 | 123l 6 123m
7 1234n 6 | 12o 123p 9 | 8 5 1234q
1234r 8 134s | 5 123t 6 | 7 134u 9
- - - + - - - + - - -
1234v 5 7 | 9 6 13w | 1234x 134y 8
9 13z 8 | 24; 24/ 7 | 5 13, 6
6 1234. 134' | 8 5 13[ | 9 7 1234]
There are easier methods( believe me , a loteasier than this) for solving sudoku's.smartalco wrote:999: do you have a simpler method?
I know, as I have said, I have done a lot of puzzles and I am generally pretty good at them, I can't even find the first number in this one though...Clicker wrote:There are easier methods( believe me , a loteasier than this) for solving sudoku's.
You don't need to know that math. You don't even really need to know math - it's logic. And yeah, the harder methods use more complicated logic, but it's doable.Pheidippides wrote:I used to do Sudoku, and was decent on a medium difficulty level, but after reading that article that scythe posted, there's no way I'll ever be more than a casual, every-so-often Sudoku-er. That is some freaking hardcore math. I'll stick to word games. o,o