ADJACENCY GRID Problem
arrange the numbers 1 to 8 in the grid below such that adjacent numbers are not in adjacent boxes (horizontally, vertically, or diagonally).
![[IMG]](proxy.php?image=http%3A%2F%2Fimg263.imageshack.us%2Fimg263%2F2343%2Fabcmt.png&hash=7d5de5f7cf090a88e1084a822bf5f40b)
the arrangement above, for example, is wrong because 3 and 4, 4 and 5, 6 and 7, and 7 and 8 are adjacent.
Please provide explaination .😀
![[IMG]](proxy.php?image=http%3A%2F%2Fimg263.imageshack.us%2Fimg263%2F2343%2Fabcmt.png&hash=7d5de5f7cf090a88e1084a822bf5f40b)
the arrangement above, for example, is wrong because 3 and 4, 4 and 5, 6 and 7, and 7 and 8 are adjacent.
Please provide explaination .😀
0