leetCode
woshiwoxinheqiu
这个作者很懒,什么都没留下…
展开
-
leetcode刷题53.maximum-sum-subarray-cn
来源:https://leetcode.com/problems/maximum-subarray/ 题目描述 Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum. ...原创 2020-03-11 11:27:05 · 153 阅读 · 0 评论 -
leetcode刷题 26.remove-duplicates-from-sorted-array.
来源:https://leetcode.com/problems/remove-duplicates-from-sorted-array/description/ 题目描述 Given a sorted array nums, remove the duplicates in-place such that each element appear only once and return...原创 2020-03-11 11:00:09 · 166 阅读 · 0 评论 -
leetcode刷题
来源:https://leetcode.com/problems/valid-parentheses/description 描述 Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. An input ...原创 2020-03-11 10:38:53 · 233 阅读 · 0 评论