We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8268e6 commit 000a261Copy full SHA for 000a261
leetcode/0018.4Sum/18. 4Sum_test.go
@@ -49,7 +49,7 @@ func Test_Problem18(t *testing.T) {
49
50
question18{
51
para18{[]int{1, 0, -1, 0, -2, 2, 0, 0, 0, 0}, 1},
52
- ans18{[][]int{[]int{-1, 0, 0, 1}, []int{-2, -1, 1, 2}, []int{-2, 0, 0, 2}, []int{0, 0, 0, 0}}},
+ ans18{[][]int{[]int{-1, 0, 0, 2}, []int{-2, 0, 1, 2}, []int{0, 0, 0, 1}}},
53
},
54
}
55
0 commit comments