3011. Find if Array Can Be Sorted

3011. Find if Array Can Be Sorted

class Solution:
    def canSortArray(self, nums: List[int]) -> bool:
        i=last=0

        while i mmin:return False
            i,last=j,mmax
        return True

这个注意bit_count函数

你可能感兴趣的:(leetcode)