mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-11 14:11:15 +08:00
optimization code level from A to A+
This commit is contained in:
@ -26,17 +26,17 @@ func Test_Problem509(t *testing.T) {
|
||||
|
||||
qs := []question509{
|
||||
|
||||
question509{
|
||||
{
|
||||
para509{1},
|
||||
ans509{1},
|
||||
},
|
||||
|
||||
question509{
|
||||
{
|
||||
para509{2},
|
||||
ans509{1},
|
||||
},
|
||||
|
||||
question509{
|
||||
{
|
||||
para509{3},
|
||||
ans509{2},
|
||||
},
|
||||
|
Reference in New Issue
Block a user