HackerRank The 2D Array DS Challenge using JavaScript

Pubblicato il: 08 luglio 2020
sul canale di: 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.


In questa pagina del sito puoi guardare il video online HackerRank The 2D Array DS Challenge using JavaScript della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Japheth Waruingi 08 luglio 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 2,574 volte e gli è piaciuto 36 spettatori. Buona visione!