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 34eeadd commit c40d00fCopy full SHA for c40d00f
algorithm/78.Subsets/main_test.go
@@ -12,7 +12,7 @@ var tcs = []struct {
12
}{
13
{
14
[]int{1, 2, 3},
15
- [][]int{[]int{}, []int{1}, []int{2}, []int{1, 2}, []int{3}, []int{1, 3}, []int{2, 3}, []int{1, 2, 3}},
+ [][]int{[]int{}, []int{1}, []int{2}, []int{2, 1}, []int{3}, []int{3, 1}, []int{3, 2}, []int{3, 2, 1}},
16
},
17
}
18
0 commit comments