Open wkvolkman opened 9 months ago
Also left and right seem to be swapped, result works just nomenclature.
len1, len2 = m - l + 1, r - m if l + len1 > len(arr): len1 = len(arr) - l
Also left and right seem to be swapped, result works just nomenclature.