Skip to content

Commit

Permalink
2943. Maximize Area of Square Hole in Grid
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonjwong committed Dec 31, 2023
1 parent 8093ea0 commit 21cd6c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ We can perform a linear scan tracking the optimal solution ending at a specific
* [2712. Minimum Cost to Make All Characters Equal](https://leetcode.com/problems/minimum-cost-to-make-all-characters-equal/discuss/3591086/The-ART-of-Dynamic-Programming)
* [2830. Maximize the Profit as the Salesman](https://leetcode.com/problems/maximize-the-profit-as-the-salesman/discuss/3936896/The-ART-of-Dynamic-Programming)
* [2901. Longest Unequal Adjacent Groups Subsequence II](https://leetcode.com/problems/longest-unequal-adjacent-groups-subsequence-ii/discuss/4183760/The-ART-of-Dynamic-Programming)
* [2943. Maximize Area of Square Hole in Grid](https://leetcode.com/problems/maximize-area-of-square-hole-in-grid/discuss/4336947/a-few-solutions)


#### Recurrence Relation to Reduce Asymptotic Bounds via Pre-calculations:
Expand Down

0 comments on commit 21cd6c7

Please sign in to comment.