上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 44 下一页
摘要: 209. Minimum Size Subarray Sum(无重复字符的最长子串) 链接 https://leetcode-cn.com/problems/minimum-size-subarray-sum 题目 给定一个含有 n 个正整数的数组和一个正整数 s ,找出该数组中满足其和 ≥ s 的 阅读全文
posted @ 2020-02-17 20:50 cheng102e 阅读(102) 评论(0) 推荐(0) 编辑
摘要: LeetCode 3. Longest Substring Without Repeating Characters (无重复字符的最长子串) 题目 链接 https://leetcode-cn.com/problems/longest-substring-without-repeating-cha 阅读全文
posted @ 2020-02-17 20:45 cheng102e 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 11. Container With Most Water(反转字符串中的元音字母) 链接 https://leetcode cn.com/problems/container with most water 题目 给定 n 个非负整数 a1,a2,...,an,每个数代表坐标中的一个点 (i, a 阅读全文
posted @ 2020-02-16 14:35 cheng102e 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 345. Reverse Vowels of a String(反转字符串中的元音字母) 链接 https://leetcode cn.com/problems/reverse vowels of a string 题目 编写一个函数,以字符串作为输入,反转该字符串中的元音字母。 示例 1: 输入: 阅读全文
posted @ 2020-02-16 14:00 cheng102e 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 344. Reverse String(反转字符串) 链接 https://leetcode cn.com/problems/reverse string 题目 编写一个函数,其作用是将输入的字符串反转过来。输入字符串以字符数组 char[] 的形式给出。 不要给另外的数组分配额外的空间,你必须原地 阅读全文
posted @ 2020-02-16 13:12 cheng102e 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 215. Kth Largest Element in an Array(数组中的第K个最大元素) 链接 https://leetcode cn.com/problems/kth largest element in an array 题目 在未排序的数组中找到第 k 个最大的元素。请注意,你需要找 阅读全文
posted @ 2020-02-16 12:59 cheng102e 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 88. Merge Sorted Array(合并两个有序数组) 链接 https://leetcode cn.com/problems/merge sorted array 题目 给定两个有序整数数组 nums1 和 nums2,将 nums2 合并到 nums1 中,使得 num1 成为一个有序 阅读全文
posted @ 2020-02-14 22:43 cheng102e 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 75. Sort Colors(颜色分类) 链接 https://leetcode cn.com/problems/sort colors 题目 给定一个包含红色、白色和蓝色,一共 n 个元素的数组,原地对它们进行排序,使得相同颜色的元素相邻,并按照红色、白色、蓝色顺序排列。 此题中,我们使用整数 阅读全文
posted @ 2020-02-14 20:49 cheng102e 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 581. Shortest Unsorted Continuous Subarray(最短无序连续子数组) 链接 https://leetcode cn.com/problems/shortest unsorted continuous subarray 题目 给定一个整数数组,你需要寻找一个连续的 阅读全文
posted @ 2020-02-12 11:21 cheng102e 阅读(88) 评论(0) 推荐(0) 编辑
摘要: LeetCode 20. Valid Parentheses (有效的括号) 题目 链接 https://leetcode-cn.com/problems/valid-parentheses 问题描述 给定一个只包括 '(',')','{','}','[',']' 的字符串,判断字符串是否有效。 有 阅读全文
posted @ 2020-02-11 22:23 cheng102e 阅读(103) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 44 下一页