HackerRank The 2D Array DS Challenge using JavaScript

Publicado el: 08 julio 2020
en el canal de: Japheth Waruingi
2,574
36

https://www.hackerrank.com/challenges...
#js
#hackerRank
#loops
#Math module
Using the while loop to loop through the 16 iterations and pushing each sum to the sumArray variable i determined the maximum value in the array using the Math.max() spread operater to copy each value.
Question:-
Given a 6 x 6 2D Array
1 1 1 0 0 0
0 1 0 0 0 0
1 1 1 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
We define an hourglass in A to be a subset of values with indices falling in this pattern in arr's graphical representation:
a b c
d
e f g
There are 16 hourglasses in arr , and an hourglass sum is the sum of an hourglass' values. Calculate the hourglass sum for every hourglass in arr , then print the maximum hourglass sum.


En esta página del sitio puede ver el video en línea HackerRank The 2D Array DS Challenge using JavaScript de Duración hora minuto segunda en buena calidad , que subió el usuario Japheth Waruingi 08 julio 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,574 veces y le gustó 36 a los espectadores. Disfruta viendo!