mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-05 00:25:22 +08:00
Update 0352 solution
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# [352. Data Stream as Disjoint Intervals](https://leetcode-cn.com/problems/data-stream-as-disjoint-intervals/)
|
||||
# [352. Data Stream as Disjoint Intervals](https://leetcode.com/problems/data-stream-as-disjoint-intervals/)
|
||||
|
||||
|
||||
## 题目
|
||||
|
@ -41,6 +41,11 @@ func Test_Problem875(t *testing.T) {
|
||||
para875{[]int{30, 11, 23, 4, 20}, 6},
|
||||
ans875{23},
|
||||
},
|
||||
|
||||
{
|
||||
para875{[]int{4, 9, 11, 17}, 8},
|
||||
ans875{6},
|
||||
},
|
||||
}
|
||||
|
||||
fmt.Printf("------------------------Leetcode Problem 875------------------------\n")
|
||||
|
Reference in New Issue
Block a user