Skip to content

Commit 71ae67b

Browse files
aQuaaQua
aQua
authored and
aQua
committed
85 2.8s
1 parent 96d5f54 commit 71ae67b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Algorithms/0085.maximal-rectangle/maximal-rectangle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ func maximalRectangle(mat [][]byte) int {
3434
}
3535
}
3636
}
37-
37+
3838
return max
3939
}

Algorithms/0085.maximal-rectangle/maximal-rectangle_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package Problem0085
22

33
import (
4-
"fmt"
54
"testing"
65

76
"github.com/stretchr/testify/assert"
@@ -269,7 +268,6 @@ func Test_Problem0085(t *testing.T) {
269268

270269
for _, q := range qs {
271270
a, p := q.ans, q.para
272-
fmt.Printf("~~%v~~\n", p)
273271

274272
ast.Equal(a.one, maximalRectangle(p.matrix), "输入:%v", p)
275273
}

0 commit comments

Comments
 (0)