mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-05 00:25:22 +08:00
optimization code level from A to A+
This commit is contained in:
@ -28,8 +28,8 @@ func Test_Problem815(t *testing.T) {
|
||||
|
||||
qs := []question815{
|
||||
|
||||
question815{
|
||||
para815{[][]int{[]int{1, 2, 7}, []int{3, 6, 7}}, 1, 6},
|
||||
{
|
||||
para815{[][]int{{1, 2, 7}, {3, 6, 7}}, 1, 6},
|
||||
ans815{2},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user