mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-05 08:27:30 +08:00
optimization code level from A to A+
This commit is contained in:
@ -27,22 +27,22 @@ func Test_Problem844(t *testing.T) {
|
||||
|
||||
qs := []question844{
|
||||
|
||||
question844{
|
||||
{
|
||||
para844{"ab#c", "ad#c"},
|
||||
ans844{true},
|
||||
},
|
||||
|
||||
question844{
|
||||
{
|
||||
para844{"ab##", "c#d#"},
|
||||
ans844{true},
|
||||
},
|
||||
|
||||
question844{
|
||||
{
|
||||
para844{"a##c", "#a#c"},
|
||||
ans844{true},
|
||||
},
|
||||
|
||||
question844{
|
||||
{
|
||||
para844{"a#c", "b"},
|
||||
ans844{false},
|
||||
},
|
||||
|
Reference in New Issue
Block a user