mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-05 16:36:41 +08:00
optimization code level from A to A+
This commit is contained in:
@ -27,17 +27,17 @@ func Test_Problem76(t *testing.T) {
|
||||
|
||||
qs := []question76{
|
||||
|
||||
question76{
|
||||
{
|
||||
para76{"ADOBECODEBANC", "ABC"},
|
||||
ans76{"BANC"},
|
||||
},
|
||||
|
||||
question76{
|
||||
{
|
||||
para76{"a", "aa"},
|
||||
ans76{""},
|
||||
},
|
||||
|
||||
question76{
|
||||
{
|
||||
para76{"a", "a"},
|
||||
ans76{"a"},
|
||||
},
|
||||
|
Reference in New Issue
Block a user