mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-25 03:11:41 +08:00
optimization code level from A to A+
This commit is contained in:
@ -26,17 +26,17 @@ func Test_Problem1221(t *testing.T) {
|
||||
|
||||
qs := []question1221{
|
||||
|
||||
question1221{
|
||||
{
|
||||
para1221{"RLRRLLRLRL"},
|
||||
ans1221{4},
|
||||
},
|
||||
|
||||
question1221{
|
||||
{
|
||||
para1221{"RLLLLRRRLR"},
|
||||
ans1221{3},
|
||||
},
|
||||
|
||||
question1221{
|
||||
{
|
||||
para1221{"LLLLRRRR"},
|
||||
ans1221{1},
|
||||
},
|
||||
|
Reference in New Issue
Block a user