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,17 +28,17 @@ func Test_Problem226(t *testing.T) {
|
||||
|
||||
qs := []question226{
|
||||
|
||||
question226{
|
||||
{
|
||||
para226{[]int{}},
|
||||
ans226{[]int{}},
|
||||
},
|
||||
|
||||
question226{
|
||||
{
|
||||
para226{[]int{1}},
|
||||
ans226{[]int{1}},
|
||||
},
|
||||
|
||||
question226{
|
||||
{
|
||||
para226{[]int{4, 2, 7, 1, 3, 6, 9}},
|
||||
ans226{[]int{4, 7, 2, 9, 6, 3, 1}},
|
||||
},
|
||||
|
Reference in New Issue
Block a user