摘要: 在leetcode上看到这道题,许多同道给出了惊艳和炫酷的解答方法。 题目:给定一个数组nums,数组中元素均为整数,返回不在nums中的最小正整数 :type: nums -> list[int] :rtype: i -> integer :example: nums = [2,4,7,1,-3, 阅读全文
posted @ 2019-05-06 13:31 lz007 阅读(2080) 评论(0) 推荐(0)