Author |
Topic: ADJACENCY GRID solution (Read 605 times) |
|
atgdax
Newbie
Posts: 14
|
|
ADJACENCY GRID solution
« on: Nov 22nd, 2006, 5:57am » |
Quote Modify
|
The ADJACENCY GRID should look like this : X 2 X 6 8 5 4 1 3 X 7 X
|
|
IP Logged |
|
|
|
rmsgrey
Uberpuzzler
Gender:
Posts: 2874
|
|
Re: ADJACENCY GRID solution
« Reply #1 on: Nov 22nd, 2006, 8:00am » |
Quote Modify
|
Yep, that looks right. A more interesting question is how did you get to that answer?
|
|
IP Logged |
|
|
|
atgdax
Newbie
Posts: 14
|
|
Re: ADJACENCY GRID solution
« Reply #2 on: Nov 22nd, 2006, 11:44am » |
Quote Modify
|
Ok, how I got to it : I know that 1 & 8 are only to avoid being near one other number 2 & 7, so I will put them in the middle where they touch as many others, and by doing this I don't have to put in that place other numbers hat should avoid touching 2 other numbers. now the 2 & 7 must be in one place so they don't touch 1 & 8, and the rest are easy, common logic.
|
|
IP Logged |
|
|
|
|