mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-07 01:44:56 +08:00
add dummy-comments
This commit is contained in:
@ -2,6 +2,7 @@ package leetcode
|
||||
|
||||
import "sort"
|
||||
|
||||
// SmallestRangeII ...
|
||||
func SmallestRangeII(A []int, K int) int {
|
||||
n := len(A)
|
||||
sort.Ints(A)
|
||||
|
@ -19,6 +19,7 @@ type ans910 struct {
|
||||
one int
|
||||
}
|
||||
|
||||
// Test_Problem910 ...
|
||||
func Test_Problem910(t *testing.T) {
|
||||
|
||||
qs := []question910{
|
||||
|
Reference in New Issue
Block a user