Divide and Conquer – Median of two sorted arrays There are 2 sorted arrays A and B of size n each. Write an algorithm to find the median of the array.
find kth element in two sorted arrays
1 Article
1
Divide and Conquer – Median of two sorted arrays There are 2 sorted arrays A and B of size n each. Write an algorithm to find the median of the array.