Problem 1 [10 points] Suppose that two arrays of n unique integers, A and B are in sorted order. Give an algorithm that
Posted: Thu Jul 14, 2022 2:06 pm
Problem 1 [10 points] Suppose that two arrays of n unique integers, A and B are in sorted order. Give an algorithm that will find the median value of A∪B in O(logn) time.