Hackerrank – Project Euler+ #011 – Largest product in a grid

Hackerrank – Problem description

The problem description – Hackerrank.

Solution

We have to calculate products of number foursomes for all directions in a grid and take the greatest product value.

I created solution in:

All solutions are also available on my GitHub profile.

Java

Leave a Reply

Your email address will not be published. Required fields are marked *