摘要:
11. Container With Most Water(反转字符串中的元音字母) 链接 https://leetcode cn.com/problems/container with most water 题目 给定 n 个非负整数 a1,a2,...,an,每个数代表坐标中的一个点 (i, a 阅读全文
摘要:
345. Reverse Vowels of a String(反转字符串中的元音字母) 链接 https://leetcode cn.com/problems/reverse vowels of a string 题目 编写一个函数,以字符串作为输入,反转该字符串中的元音字母。 示例 1: 输入: 阅读全文
摘要:
344. Reverse String(反转字符串) 链接 https://leetcode cn.com/problems/reverse string 题目 编写一个函数,其作用是将输入的字符串反转过来。输入字符串以字符数组 char[] 的形式给出。 不要给另外的数组分配额外的空间,你必须原地 阅读全文
摘要:
215. Kth Largest Element in an Array(数组中的第K个最大元素) 链接 https://leetcode cn.com/problems/kth largest element in an array 题目 在未排序的数组中找到第 k 个最大的元素。请注意,你需要找 阅读全文