Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1292. Maximum Side Length of a Square with Sum Less than or Equal to Threshold
Find the largest side length k such that there exists a k×k submatrix with sum ≤ threshold; typical approaches use 2D prefix sums to query square sums efficiently and binary search (or scan) over k given m,n ≤ 300.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.