mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-08 18:41:00 +08:00
optimization code level from A to A+
This commit is contained in:
@ -26,17 +26,17 @@ func Test_Problem898(t *testing.T) {
|
||||
|
||||
qs := []question898{
|
||||
|
||||
question898{
|
||||
{
|
||||
para898{[]int{0}},
|
||||
ans898{1},
|
||||
},
|
||||
|
||||
question898{
|
||||
{
|
||||
para898{[]int{1, 1, 2}},
|
||||
ans898{3},
|
||||
},
|
||||
|
||||
question898{
|
||||
{
|
||||
para898{[]int{1, 2, 4}},
|
||||
ans898{6},
|
||||
},
|
||||
|
Reference in New Issue
Block a user