ignacio-chiazzo / Algorithms-Leetcode-Javascript

Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
https://ignacio-chiazzo.github.io/Algorithms-Leetcode-Javascript/
MIT License
608 stars 88 forks source link

[2428] Hour Glass Sum #48

Closed chhavibansal closed 2 years ago

chhavibansal commented 2 years ago

Solution for Leetcode Problem: 2428 https://leetcode.com/problems/maximum-sum-of-an-hourglass/description/ Submitting as part of hackoctober Fest. Please approve if you find it correct, it is accepted solution on leetcode https://github.com/ignacio-chiazzo/Algorithms-Leetcode-Javascript/issues/49

chhavibansal commented 2 years ago

N**2 computation time For the computation time, this is the best computation time for this problem, verified with Leetcode discuss panel as well.

ignacio-chiazzo commented 2 years ago

Thank you!

chhavibansal commented 2 years ago

Hi @ignacio-chiazzo your repo has the tag hacktoberfest-accepted but the hackoctober official page says otherwise[ that this repo is not registered]. Can you tell me if its accepted or not?

ignacio-chiazzo commented 2 years ago

Uf! I just realized that the tag was invalid. The tag is hacktoberfest-accepted

It should be fixed now. Let me know if you don't receive the count of the PR.

chhavibansal commented 2 years ago

Yeah ! getting the following msg AWESOME! YOUR PR/MR HAS BEEN ACCEPTED BY A MAINTAINER AND IS NOW IN A SEVEN-DAY REVIEW PERIOD. NO ACTION IS NEEDED, AND ASSUMING YOUR PR/MR IS STILL ACCEPTED AFTER SEVEN DAYS IT WILL COUNT TOWARDS YOUR PARTICIPATION IN HACKTOBERFEST!

thanks