Skip to content

Commit bba3410

Browse files
refactor 221
1 parent a4b3e8b commit bba3410

File tree

1 file changed

+0
-13
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-13
lines changed

src/main/java/com/fishercoder/solutions/_221.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
package com.fishercoder.solutions;
22

3-
/**
4-
* 221. Maximal Square
5-
*
6-
* Given a 2D binary matrix filled with 0's and 1's, find the largest square containing only 1's and return its area.
7-
8-
For example, given the following matrix:
9-
10-
1 0 1 0 0
11-
1 0 1 1 1
12-
1 1 1 1 1
13-
1 0 0 1 0
14-
Return 4.
15-
*/
163
public class _221 {
174

185
public static class Solution1 {

0 commit comments

Comments
 (0)