We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c190d commit 8f254dbCopy full SHA for 8f254db
go/Hash Maps and Sets/pair_sum_unsorted.go
@@ -7,5 +7,5 @@ func pairSumUnsorted(nums []int, target int) []int {
7
}
8
hashmap[x] = i
9
10
- return []int{}
+ return nil
11
0 commit comments