Skip to content

Commit 44f0069

Browse files
aQuaaQua
authored andcommitted
759 wrong answer
1 parent 2b27ed5 commit 44f0069

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Algorithms/0759.set-intersection-size-at-least-two/set-intersection-size-at-least-two_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ var tcs = []struct {
1313
ans int
1414
}{
1515

16+
{
17+
[][]int{{1, 5}, {4, 5}, {5, 9}, {7, 9}, {9, 10}},
18+
5,
19+
},
20+
1621
{
1722
[][]int{{1, 3}, {4, 9}, {0, 10}, {6, 7}, {1, 2}, {0, 6}, {7, 9}, {0, 1}, {2, 5}, {6, 8}},
1823
7,

0 commit comments

Comments
 (0)