Project Euler in C #11: Largest Product In A Grid
Channel:
Subscribers:
5,840
Published on ● Video Link: https://www.youtube.com/watch?v=aRTCrfjK4I0
Using a 2 dimensional array & 4 separate nested For Loops for easier readability, you could always condense it more by using 1 or 2 loops for all the products, or having another variable looping 1-3 for the i/j +- 1,2,3 patterns. Or some other way to code I didn't think of!
Outro music is Andreas's Theme by Kevin Macleod
Other Videos By Queso Fuego
Tags:
project euler
project euler c
euler in c
number 11
problem 11
largest product in a grid
2d array
two dimensional arrays
2d array C
math problems
queso fuego
for loops
nested loops
nested for loops
euler 11
arrays
looping