Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2c4fc40

Browse files
committed
add new solutions
1 parent cdb5fa6 commit 2c4fc40

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

贪心/0.贪心总结.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@
2626
- [ ] 605 种花问题:如何计算每个区间能种的花的数量,以及左右边界的处理
2727
- [ ] 674 最长连续递增序列
2828
- [ ] 738: 单调递增的数字:找到递减的位置,当前位置-1,把后面的所有数字都变成9999就是最大的递增数据
29-
- [ ] 860 柠檬水找零:没啥说的遍历就完了
29+
- [ ] 860 柠檬水找零:没啥说的遍历就完了
30+
- [ ] 1005. K 次取反后最大化的数组和

贪心总结.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- [ ] 674 最长连续递增序列
2929
- [ ] 738: 单调递增的数字:找到递减的位置,当前位置-1,把后面的所有数字都变成9999就是最大的递增数据
3030
- [ ] 860 柠檬水找零:没啥说的遍历就完了
31+
- [ ] 1005. K 次取反后最大化的数组和
3132
### 1005. K 次取反后最大化的数组和.md
3233
给定一个整数数组 A,我们只能用以下方法修改该数组:我们选择某个索引 i 并将 A[i] 替换为 -A[i],然后总共重复这个过程 K 次。(我们可以多次选择同一个索引 i。)
3334

0 commit comments

Comments
 (0)