Given two sorted array of distinct integers of size n (A, B), Design a divide and conquer algorithm to return the median
Posted: Fri Jul 01, 2022 5:47 am
Given two sorted array of distinct integers of size n (A, B),Design a divide and conquer algorithm to return the median of thearray obtained after merging A and B, justify your algorithm andderive the runtime.