Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 502 Bytes

File metadata and controls

10 lines (7 loc) · 502 Bytes

LargestSquare solution

My attempt at a common Google interview question, finding the largest possible square within a matrix.

This uses a dynamic programming approach.

License Build Status Issues Pull Requests