mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-06 09:23:19 +08:00
optimization code level from A to A+
This commit is contained in:
@ -27,22 +27,22 @@ func Test_Problem290(t *testing.T) {
|
||||
|
||||
qs := []question290{
|
||||
|
||||
question290{
|
||||
{
|
||||
para290{"abba", "dog cat cat dog"},
|
||||
ans290{true},
|
||||
},
|
||||
|
||||
question290{
|
||||
{
|
||||
para290{"abba", "dog cat cat fish"},
|
||||
ans290{false},
|
||||
},
|
||||
|
||||
question290{
|
||||
{
|
||||
para290{"aaaa", "dog cat cat dog"},
|
||||
ans290{false},
|
||||
},
|
||||
|
||||
question290{
|
||||
{
|
||||
para290{"abba", "dog dog dog dog"},
|
||||
ans290{false},
|
||||
},
|
||||
|
Reference in New Issue
Block a user