题解 | #数组中出现次数超过一半的数字#

缺失数字

http://www.nowcoder.com/practice/9ce534c8132b4e189fd3130519420cde

class Solution:
    def solve(self , a):
        # write code here
        i = 0
        while (i<len(a)):
            if a[i] != i:
                return i
            if i==len(a)-1:
                return i+1
            i+=1
全部评论

相关推荐

jack_miller:杜:你不用我那你就用我的美赞臣
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务