Given a 2D array of numbers, find the largest product of adjacent values.
Algorithm input consists of a 2 dimensional array or similar language data structure, array contents are numbers. Output should be a product of 2 adjacent numbers in the matrix. No standard library solutions for array manipulation are to be used.
Whiteboard Images