HackerRank The 2D Array DS Challenge using JavaScript

Publicado em: 08 Julho 2020
no 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.


Nesta página do site você pode assistir ao vídeo on-line HackerRank The 2D Array DS Challenge using JavaScript duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Japheth Waruingi 08 Julho 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 2,574 vezes e gostou 36 espectadores. Boa visualização!