标签: algorithm sorting matrix time-complexity union
给定两个排序矩阵A和B,每个矩阵有n个不同的元素,这个算法在O(logn)时间内可以找到由它们联合产生的矩阵C?
A ∪ B = C