HackerRank The 2D Array DS Challenge using JavaScript

Publié le: 08 juillet 2020
sur la chaîne: 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.


Sur cette page du site, vous pouvez voir la vidéo en ligne HackerRank The 2D Array DS Challenge using JavaScript durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Japheth Waruingi 08 juillet 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 2,574 fois et il a aimé 36 téléspectateurs. Bon visionnage!