Given two sorted arrays `nums1` and `nums2`, return the median of the combined sorted set of all their elements, as a decimal. Aim for O(log(min(m, n))).