in Algorithms
914 views
7 votes
7 votes
You are given two sorted lists of integers of size $m$ and $n$. Describe a divide and conquer algorithm for computing the $k$-th smallest element in the union of the two lists in time $O(\log m + \log n)$.
in Algorithms
914 views

1 Answer

1 vote
1 vote

Answer:

Related questions