doocs/leetcode

Incorrect solution - 3164. Find the Number of Good Pairs II

manoharreddyporeddy opened this issue · 1 comments

Below TS solution fails for below test case. I don't have a solution to fix it yet.

===

https://github.com/doocs/leetcode/blob/main/solution/3100-3199/3164.Find%20the%20Number%20of%20Good%20Pairs%20II/README_EN.md#typescript

image

===

Wrong Answer
338 / 687 testcases passed

Input
nums1 =
[1,2]
nums2 =
[3,2]
k =
2

Output
1

Expected
0

===

Hello, our TS solution code has passed all the test cases. Could you try it again?

image