In the Project Euler problem we have to calculate the maximum product of 4 adjacent numbers in a matrix 20×20. By adjacent we mean continuous numbers (side by…
Tag
In the Project Euler problem we have to calculate the maximum product of 4 adjacent numbers in a matrix 20×20. By adjacent we mean continuous numbers (side by…