摘要: LeetCode 20. Valid Parentheses (有效的括号) 题目 链接 https://leetcode-cn.com/problems/valid-parentheses 问题描述 给定一个只包括 '(',')','{','}','[',']' 的字符串,判断字符串是否有效。 有 阅读全文
posted @ 2020-02-11 22:23 cheng102e 阅读(103) 评论(0) 推荐(0) 编辑
摘要: LeetCode 53. Maximum Subarray (最大子序和) 题目 链接 https://leetcode-cn.com/problems/maximum-subarray 问题描述 给定一个整数数组 nums ,找到一个具有最大和的连续子数组(子数组最少包含一个元素),返回其最大和。 阅读全文
posted @ 2020-02-11 22:06 cheng102e 阅读(85) 评论(0) 推荐(0) 编辑
摘要: LeetCode 461. Hamming Distance (汉明距离) 题目 链接 https://leetcode-cn.com/problems/hamming-distance 问题描述 两个整数之间的汉明距离指的是这两个数字对应二进制位不同的位置的数目。 给出两个整数 x 和 y,计算它 阅读全文
posted @ 2020-02-11 20:24 cheng102e 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 448. Find All Numbers Disappeared in an Array(找到所有数组中消失的数字) 链接 https://leetcode cn.com/problems/find all numbers disappeared in an array 题目 给定一个范围在 1 阅读全文
posted @ 2020-02-11 20:05 cheng102e 阅读(99) 评论(0) 推荐(0) 编辑