Nathan
Level 13
Below the firmament
Fixed the diagonal and backward isuue..Still not veryfing.Tested with this.(.Words that are diagonal and backwards are being added incorrectly. I tested with an Array such as:)This is fixed..
{'f', 'd', 'e', 'h', 'l', 'k'},
{'u', 's', 'o', 'g', 'e', 'o'},
{'l', 'm', 'g', 'r', 'o', 'v'},
{'e', 'l', 'p', 'r', 'r', 'h'},
{'p', 'o', 'e', 'e', 'j', 'j'}
But s Can someone look thrrough....Tested for 3 sets of arrays.
First set of array
{'f', 'd', 'e', 'r', 'l', 'k'},
{'u', 's', 'a', 'm', 'e', 'o'},
{'l', 'n', 'g', 'r', 'o', 'v'},
{'m', 'l', 'p', 'r', 'r', 'h'},
{'p', 'o', 'e', 'e', 'j', 'j'}
home - (5, 3) - (2, 0)
same - (1, 1) - (4, 1)
=======
Nathan
Level 13
Below the firmament