Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2c4fc40

Browse files
committed
add new solutions
1 parentcdb5fa6 commit2c4fc40

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)

[8]ページ先頭

©2009-2025 Movatter.jp