Skip to content

Commit 6cfdd73

Browse files
authored
Improved task 2661
1 parent 06f7c0e commit 6cfdd73

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/g2601_2700/s2661_first_completely_painted_row_or_column

1 file changed

+1
-1
lines changed

src/main/kotlin/g2601_2700/s2661_first_completely_painted_row_or_column/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Return _the smallest index_ `i` _at which either a row or a column will be compl
1010

1111
**Example 1:**
1212

13-
![](image explanation for example 1)![image explanation for example 1](https://assets.leetcode.com/uploads/2023/01/18/grid1.jpg)
13+
![image explanation for example 1](https://assets.leetcode.com/uploads/2023/01/18/grid1.jpg)
1414

1515
**Input:** arr = [1,3,4,2], mat = [[1,4],[2,3]]
1616

0 commit comments

Comments
 (0)