mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-08-01 00:21:48 +08:00
optimization code level from A to A+
This commit is contained in:
@ -26,17 +26,17 @@ func Test_Problem838(t *testing.T) {
|
||||
|
||||
qs := []question838{
|
||||
|
||||
question838{
|
||||
{
|
||||
para838{".L.R...LR..L.."},
|
||||
ans838{"LL.RR.LLRRLL.."},
|
||||
},
|
||||
|
||||
question838{
|
||||
{
|
||||
para838{"RR.L"},
|
||||
ans838{"RR.L"},
|
||||
},
|
||||
|
||||
question838{
|
||||
{
|
||||
para838{".L.R."},
|
||||
ans838{"LL.RR"},
|
||||
},
|
||||
|
Reference in New Issue
Block a user