mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-05 16:36:41 +08:00
optimization code level from A to A+
This commit is contained in:
@ -27,17 +27,17 @@ func Test_Problem636(t *testing.T) {
|
||||
|
||||
qs := []question636{
|
||||
|
||||
question636{
|
||||
{
|
||||
para636{2, []string{"0:start:0", "0:start:2", "0:end:5", "1:start:7", "1:end:7", "0:end:8"}},
|
||||
ans636{[]int{8, 1}},
|
||||
},
|
||||
|
||||
question636{
|
||||
{
|
||||
para636{2, []string{"0:start:0", "0:start:2", "0:end:5", "1:start:6", "1:end:6", "0:end:7"}},
|
||||
ans636{[]int{7, 1}},
|
||||
},
|
||||
|
||||
question636{
|
||||
{
|
||||
para636{2, []string{"0:start:0", "1:start:2", "1:end:5", "0:end:6"}},
|
||||
ans636{[]int{3, 4}},
|
||||
},
|
||||
|
Reference in New Issue
Block a user