mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-07 09:54:57 +08:00
optimization code level from A to A+
This commit is contained in:
@ -26,17 +26,17 @@ func Test_Problem942(t *testing.T) {
|
||||
|
||||
qs := []question942{
|
||||
|
||||
question942{
|
||||
{
|
||||
para942{"IDID"},
|
||||
ans942{[]int{0, 4, 1, 3, 2}},
|
||||
},
|
||||
|
||||
question942{
|
||||
{
|
||||
para942{"III"},
|
||||
ans942{[]int{0, 1, 2, 3}},
|
||||
},
|
||||
|
||||
question942{
|
||||
{
|
||||
para942{"DDI"},
|
||||
ans942{[]int{3, 2, 0, 1}},
|
||||
},
|
||||
|
Reference in New Issue
Block a user