Anchit Bhushan
Results
1
issues of
Anchit Bhushan
https://dvpr.gitbook.io/coding-interview-patterns/2.-pattern-two-pointers/2.1-pair-with-target-sum-easy#:~:text=int%5B%5D%20copyArray,return%20result%3B This code does not work for following examples - When there are duplicates in the array. [2,5,5,11] 10 Actual Output: [2,2] Expected output : [1,2]