carloscn / carloscn/structstudy
连续子数组的最大和 (思维与技巧)
Open
思维技巧
数组
- Dominant language
- C
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### 问题描述:
输入一个整型数组,数组里有正数也有负数。数组中的一个或连续多个整数组成一个子数组。求所有子数组的和的最大值。要求时间复杂度为 O(n).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.