Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 429ae58

Browse files
committedMay 18, 2019
perf(976): Largest Perimeter Triangle
1 parent 47bd024 commit 429ae58

File tree

2 files changed

+1258
-8
lines changed

2 files changed

+1258
-8
lines changed
 

‎algorithm/976.LargestPerimeterTriangle/main_test.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ func Test_OK(t *testing.T) {
3131
one: 5,
3232
},
3333
},
34-
// question{
35-
// p: para{
36-
// one: []int{1, 2, 1},
37-
// },
38-
// a: ans{
39-
// one: 0,
40-
// },
41-
// },
34+
question{
35+
p: para{
36+
one: []int{1, 2, 1},
37+
},
38+
a: ans{
39+
one: 0,
40+
},
41+
},
4242
}
4343

4444
for _, q := range qs {

‎coverage.txt

Lines changed: 1250 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.