mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-05 00:25:22 +08:00
optimization code level from A to A+
This commit is contained in:
@ -25,12 +25,12 @@ type ans767 struct {
|
||||
func Test_Problem767(t *testing.T) {
|
||||
|
||||
qs := []question767{
|
||||
question767{
|
||||
{
|
||||
para767{"aab"},
|
||||
ans767{"aba"},
|
||||
},
|
||||
|
||||
question767{
|
||||
{
|
||||
para767{"aaab"},
|
||||
ans767{""},
|
||||
},
|
||||
|
Reference in New Issue
Block a user