mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-25 12:14:26 +08:00
optimization code level from A to A+
This commit is contained in:
@ -25,17 +25,17 @@ type ans451 struct {
|
||||
func Test_Problem451(t *testing.T) {
|
||||
|
||||
qs := []question451{
|
||||
question451{
|
||||
{
|
||||
para451{"tree"},
|
||||
ans451{"eert"},
|
||||
},
|
||||
|
||||
question451{
|
||||
{
|
||||
para451{"cccaaa"},
|
||||
ans451{"cccaaa"},
|
||||
},
|
||||
|
||||
question451{
|
||||
{
|
||||
para451{"Aabb"},
|
||||
ans451{"bbAa"},
|
||||
},
|
||||
|
Reference in New Issue
Block a user