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

Правка en1, от jaswanthi, 2015-06-10 10:18:48

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, Can you explain how can I solve it 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)