LeetCode Question · Feb 2022

Facebook | screening | find pairs a[i] + b[j] = a[j] + b[i], i >= j

-1 upvotes 502 views 3 replies

Question Details

How would you solve this without brute force? Find the number of pairs: a[i] + b[j] = a[j] + b[i], i >= j a = []int{25,0} b = []int{0,25} Result = 3

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Coding