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:
@ -26,17 +26,17 @@ func Test_Problem345(t *testing.T) {
|
||||
|
||||
qs := []question345{
|
||||
|
||||
question345{
|
||||
{
|
||||
para345{"hello"},
|
||||
ans345{"holle"},
|
||||
},
|
||||
|
||||
question345{
|
||||
{
|
||||
para345{"leetcode"},
|
||||
ans345{"leotcede"},
|
||||
},
|
||||
|
||||
question345{
|
||||
{
|
||||
para345{"aA"},
|
||||
ans345{"Aa"},
|
||||
},
|
||||
|
Reference in New Issue
Block a user