mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-07 01:44:56 +08:00
optimization code level from A to A+
This commit is contained in:
@ -26,17 +26,17 @@ func Test_Problem258(t *testing.T) {
|
||||
|
||||
qs := []question258{
|
||||
|
||||
question258{
|
||||
{
|
||||
para258{38},
|
||||
ans258{2},
|
||||
},
|
||||
|
||||
question258{
|
||||
{
|
||||
para258{88},
|
||||
ans258{7},
|
||||
},
|
||||
|
||||
question258{
|
||||
{
|
||||
para258{96},
|
||||
ans258{6},
|
||||
},
|
||||
|
Reference in New Issue
Block a user