摘要:
LeetCode 26. Remove Duplicates from Sorted Array (删除有序数组中的重复项) 题目 链接 https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array/ 问题描述 给你一个有序 阅读全文
摘要:
LeetCode 796. Rotate String (旋转字符串) 题目 链接 问题描述 给定两个字符串, s 和 goal。如果在若干次旋转操作之后,s 能变成 goal ,那么返回 true 。 s 的 旋转操作 就是将 s 最左边的字符移动到最右边。 例如, 若 s = 'abcde',在 阅读全文
摘要:
LeetCode 704. Binary Search (二分查找) 题目 链接 https://leetcode-cn.com/problems/binary-search 问题描述 给定一个 n 个元素有序的(升序)整型数组 nums 和一个目标值 target ,写一个函数搜索 nums 中的 阅读全文
摘要:
961. N Repeated Element in Size 2N Array(重复 N 次的元素) 链接 https://leetcode cn.com/problems/n repeated element in size 2n array 题目 在大小为 2N 的数组 A 中有 N+1 个不 阅读全文