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