2D Array DS - HackerRank Data Structures Solutions in C/C++

preview_player
Показать описание
HackerRank solution for 2D Array DS in C++. This HackerRank problem is about hourglass patterns in a matrix (or 2D array). We find to find all such patterns in the 2D array, calculate their sum, and then return the maximum hourglass sum. Learning how to solve solve HackerRank data structures problems, including challenges with arrays, is a great way to practice for technical interviews or competitive programming.

Рекомендации по теме
Комментарии
Автор

Bro how did you learnt to approach and solve a problem and what resources did you used to improve c++ or programming in general

whitesnake
Автор

Not a c++ guy buy your explanation was lit!

therustguy
Автор

Can you pleas say why the ith row is taken arraysize-2

mustafayahya