mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-07 07:35:35 +08:00
Merge pull request #2384 from smartboy37597/1005doc
Update max array doc
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
示例 1:
|
||||
* 输入:A = [4,2,3], K = 1
|
||||
* 输出:5
|
||||
* 解释:选择索引 (1,) ,然后 A 变为 [4,-2,3]。
|
||||
* 解释:选择索引 (1) ,然后 A 变为 [4,-2,3]。
|
||||
|
||||
示例 2:
|
||||
* 输入:A = [3,-1,0,2], K = 3
|
||||
|
Reference in New Issue
Block a user