Project Euler#11 Largest product in a grid, Solving with Direction Array

Правка en2, от jaswanthi, 2015-06-10 11:09:49

How to solve "Largest product in a grid" Project Euler#11 using direction array.

As Copy pasting the code for each direction is error prone, How can it be solved using direction array ?

Теги project euler, array

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский jaswanthi 2015-06-10 11:09:49 30
en1 Английский jaswanthi 2015-06-10 10:18:48 314 Initial revision (published)