mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-29 15:14:53 +08:00
optimization code level from A to A+
This commit is contained in:
@ -26,11 +26,11 @@ func Test_Problem316(t *testing.T) {
|
||||
|
||||
qs := []question316{
|
||||
|
||||
question316{
|
||||
{
|
||||
para316{"bcabc"},
|
||||
ans316{"abc"},
|
||||
},
|
||||
question316{
|
||||
{
|
||||
para316{"cbacdcbc"},
|
||||
ans316{"acdb"},
|
||||
},
|
||||
|
Reference in New Issue
Block a user