mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-08-01 08:46:25 +08:00
optimization code level from A to A+
This commit is contained in:
@ -26,8 +26,8 @@ func Test_Problem802(t *testing.T) {
|
||||
|
||||
qs := []question802{
|
||||
|
||||
question802{
|
||||
para802{[][]int{[]int{1, 2}, []int{2, 3}, []int{5}, []int{0}, []int{5}, []int{}, []int{}}},
|
||||
{
|
||||
para802{[][]int{{1, 2}, {2, 3}, {5}, {0}, {5}, {}, {}}},
|
||||
ans802{[]int{2, 4, 5, 6}},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user