Maximum area

  • 20
  • Locked
Implement the int maxSquare(int[][] matrix) method. IT returns the area of the largest square of ones in the two-dimensional array called matrix. The matrix array contains only zeros and ones.
You can't complete this task, because you're not signed in.
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet