Loading Question...
Given two sorted arrays nums1 and nums2, return the number of rotated sorted arrays that can be formed by concatenating nums1 and nums2. A sorted array is considered rotated if it can be obtained by rotating any of the previous sorted arrays.
nums1 and nums2 will not exceed 100.