" on the outside of the array, find the number of ways of spelling " " by moving only between neighbouring letters.
In the array above, two letters are called neighbouring letters if they are adjacent to each other horizontally, vertically or diagonally. Starting from any letter "
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
for the first part(most light blue one) there is only one way to get there so insert one, for the second part(the one that bluer) you can fill it with the sum of how many "M' that is neighbouring with that 'A', and for every next part just use the same method