mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-06 17:44:10 +08:00
optimization code level from A to A+
This commit is contained in:
@ -28,22 +28,22 @@ func Test_Problem111(t *testing.T) {
|
||||
|
||||
qs := []question111{
|
||||
|
||||
question111{
|
||||
{
|
||||
para111{[]int{}},
|
||||
ans111{0},
|
||||
},
|
||||
|
||||
question111{
|
||||
{
|
||||
para111{[]int{1}},
|
||||
ans111{1},
|
||||
},
|
||||
|
||||
question111{
|
||||
{
|
||||
para111{[]int{3, 9, 20, structures.NULL, structures.NULL, 15, 7}},
|
||||
ans111{2},
|
||||
},
|
||||
|
||||
question111{
|
||||
{
|
||||
para111{[]int{1, 2}},
|
||||
ans111{2},
|
||||
},
|
||||
|
Reference in New Issue
Block a user