LargestSquare solution My attempt at a common Google interview question, finding the largest possible square within a matrix. This uses a dynamic programming approach.