摘要: 刷题小白,刷题顺序主要参考Edward Shi的网站https://cspiration.com/leetcodeClassification 1. Array 1)LeetCode 27. 移除元素 2)LeetCode 26. 删除排序数组中的重复项 3)LeetCode 80. 删除排序数组中 阅读全文
posted @ 2021-02-22 20:33 织秋 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 新手学习中,有任何错误或者更好地方法、思路欢迎指教! #Array 6 题目难度:困难 题目描述: 给你一个未排序的整数数组 nums ,请你找出其中没有出现的最小的正整数。 进阶:你可以实现时间复杂度为 O(n) 并且只使用常数级别额外空间的解决方案吗? 示例 1: 输入:nums = [1,2, 阅读全文
posted @ 2021-02-22 20:27 织秋 阅读(68) 评论(0) 推荐(0) 编辑