Skip to content

Commit 29f1f00

Browse files
refactor 302
1 parent 5b35236 commit 29f1f00

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* 302. Smallest Rectangle Enclosing Black Pixels
5-
*
5+
*
66
* An image is represented by a binary matrix with 0 as a white pixel and 1 as a black pixel.
77
* The black pixels are connected, i.e., there is only one black region.
88
* Pixels are connected horizontally and vertically.

0 commit comments

Comments
 (0)