mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-06 01:15:57 +08:00
optimization code level from A to A+
This commit is contained in:
@ -28,7 +28,7 @@ func Test_Problem206(t *testing.T) {
|
||||
|
||||
qs := []question206{
|
||||
|
||||
question206{
|
||||
{
|
||||
para206{[]int{1, 2, 3, 4, 5}},
|
||||
ans206{[]int{5, 4, 3, 2, 1}},
|
||||
},
|
||||
|
Reference in New Issue
Block a user