求 Paper. Help# Biology - 生物学
c*n
1 楼
How will you find Nth largest pair (a[i], b[j]) from two sorted array A and
B
e.g.
A={10,8,5,3,2}
B={11,9,5,3}
Find 4th Largest pair gives: 9 + 8 = 17
Any nice solutions?
B
e.g.
A={10,8,5,3,2}
B={11,9,5,3}
Find 4th Largest pair gives: 9 + 8 = 17
Any nice solutions?