add dummy-comments

This commit is contained in:
Alexander Chernikov
2020-12-21 14:14:13 +03:00
parent 65d2fd668b
commit c18739f262
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package leetcode
import "sort"
// SmallestRangeII ...
func SmallestRangeII(A []int, K int) int {
n := len(A)
sort.Ints(A)

View File

@ -19,6 +19,7 @@ type ans910 struct {
one int
}
// Test_Problem910 ...
func Test_Problem910(t *testing.T) {
qs := []question910{