Problem Detail: I think about following problem: There are given three sorted arrays $A,B,C$ (each of them is length $n$). Every array has distinct elements. Find median of union $A,B,C$. I consider following approach: Let’s consider $A_i, B_i, C_i$, where $i=n/2$. Read More …
