Commit Graph

6682 Commits

Author SHA1 Message Date
fwqaaq be926a3c5b
Update 0198.打家劫舍.md about rust 2023-05-31 21:43:25 +08:00
rosethorn999 08823a2630 chore: Missing language name 2023-05-30 12:52:11 -07:00
fwqaaq 3e18a30e36
Update 0139.单词拆分.md about rust 2023-05-30 22:15:23 +08:00
fwqaaq 46495a7753
Update 0279.完全平方数.md 2023-05-30 21:21:02 +08:00
fwqaaq a2ff242303
Update 0279.完全平方数.md 2023-05-30 18:30:14 +08:00
fwqaaq 83a87ab5ad
Update 0279.完全平方数.md about Rust 2023-05-30 16:28:09 +08:00
Logen 2a61ec45e6 添加复杂度分析 2023-05-29 17:38:31 -05:00
程序员Carl 842bafc238
Merge pull request #2081 from Lozakaka/patch-10
improving java solution by using stringBuilder
2023-05-30 06:34:56 +08:00
程序员Carl 193868d5f2
Merge pull request #2077 from Logenleedev/local-edit
problems/0503.下一个更大元素II.md 新的解法
2023-05-30 06:34:28 +08:00
fwqaaq 88f03c4aba
Update 0322.零钱兑换.md 2023-05-29 23:26:49 +08:00
fwqaaq f45d4718c3
Update 0322.零钱兑换.md 2023-05-29 19:10:46 +08:00
fwqaaq b2812eb707
Update 0322.零钱兑换.md about rust 2023-05-29 19:02:51 +08:00
程序员Carl 996ddbe79c
Merge pull request #2098 from jianghongcheng/master
修改py
2023-05-29 15:11:30 +08:00
jianghongcheng 18a406e14f
Update 0376.摆动序列.md 2023-05-28 18:45:13 -05:00
jianghongcheng 11581df177
Update 0455.分发饼干.md 2023-05-28 17:58:11 -05:00
August 4a6e87f2f0
Update 0034.在排序数组中查找元素的第一个和最后一个位置.md 2023-05-28 23:57:29 +08:00
dd ff5c98184e fix: 修复 1005.K次取反后最大化的数组和 js 代码箭头函数错误 2023-05-28 22:42:49 +08:00
jianghongcheng 93e0a18f0f
Update 0051.N皇后.md 2023-05-28 02:52:41 -05:00
jianghongcheng 498395d07a
Update 0332.重新安排行程.md 2023-05-27 22:18:11 -05:00
程序员Carl 60a2d4bfa7
Merge pull request #2074 from janeyziqinglin/master
53.最大子序和
2023-05-28 11:04:47 +08:00
程序员Carl 9168b90328
Merge pull request #2073 from Lozakaka/patch-9
adding java iteration
2023-05-28 10:57:30 +08:00
jianghongcheng 19ecde0984
Update 回溯算法去重问题的另一种写法.md 2023-05-27 21:49:43 -05:00
jianghongcheng fd2608a38c
Update 0047.全排列II.md 2023-05-27 21:20:59 -05:00
jianghongcheng b033a08c13
Update 0046.全排列.md 2023-05-27 20:53:39 -05:00
jianghongcheng a6c95b78e8
Update 0491.递增子序列.md 2023-05-27 19:21:17 -05:00
jianghongcheng 7e3fc8ea0d
Update 0491.递增子序列.md 2023-05-27 19:17:50 -05:00
jianghongcheng eb72f26371
Update 0491.递增子序列.md 2023-05-27 19:17:26 -05:00
jianghongcheng 5801ae7523
Update 0090.子集II.md 2023-05-27 18:53:28 -05:00
jianghongcheng d45c141cc6
Update 0078.子集.md 2023-05-27 18:38:57 -05:00
fwqaaq 824ce31f87
Update 0070.爬楼梯完全背包版本.md about rust 2023-05-27 23:28:33 +08:00
fwqaaq b76f5b6bff
Update 0377.组合总和Ⅳ.md 优化 rust 2023-05-27 23:14:11 +08:00
HOUSHENGREN f9277fe7dc
Merge branch 'youngyangyang04:master' into master 2023-05-27 19:25:28 +08:00
fwqaaq 73590631ec
Update 0518.零钱兑换II.md 优化 Rust 2023-05-27 18:49:18 +08:00
fwqaaq 8b6e90d2e2
Update 背包问题理论基础完全背包.md about rust 2023-05-27 17:36:47 +08:00
fwqaaq 41537211f8
Update 0474.一和零.md about rust 2023-05-27 16:07:52 +08:00
jianghongcheng 51c89762f6
Update 0093.复原IP地址.md 2023-05-27 00:51:28 -05:00
程序员Carl 5cbb991588
Merge pull request #2072 from Lozakaka/patch-8
adding java iteration method
2023-05-27 11:18:02 +08:00
程序员Carl eb91a2611d
Merge pull request #2071 from janeyziqinglin/patch-1
Update 0300.最长上升子序列.md
2023-05-27 11:17:15 +08:00
jianghongcheng 78445d7557
Update 0131.分割回文串.md 2023-05-26 21:06:59 -05:00
jianghongcheng 4586386870
Update 0131.分割回文串.md 2023-05-26 21:03:46 -05:00
Lozakaka a4dcbe6721
新增java二維"整數"數組的解法、優化一維數組的解法(剪枝)
1. 新增java二維"整數"數組的解法,原本是用boolean數組,有一點繞,故附上二維"整數"數組。

2. 優化一維數組的解法(剪枝),在每一次內層循環完後,立刻檢查dp[target] == target。實測時間複雜度: 26ms -> 20ms
2023-05-26 18:05:09 -04:00
jianghongcheng 59742e5544
Update 0040.组合总和II.md 2023-05-26 11:11:44 -05:00
jianghongcheng 20db57f364
Update 0040.组合总和II.md 2023-05-26 11:10:46 -05:00
jianghongcheng 2c51420308
Update 0039.组合总和.md 2023-05-26 10:28:01 -05:00
jianghongcheng 847c60ac3c
Update 0017.电话号码的字母组合.md 2023-05-26 06:41:01 -05:00
jianghongcheng 4d48c45107
Update 0077.组合优化.md 2023-05-26 02:25:21 -05:00
jianghongcheng 89e9d75cbf
Update 0077.组合.md 2023-05-26 02:24:01 -05:00
jianghongcheng 343e0775eb
Update 0216.组合总和III.md 2023-05-26 02:17:43 -05:00
eeee0717 3965f2590c 添加C#版 2023-05-25 15:51:34 +08:00
jianghongcheng 2f86a5ce27
Update 0701.二叉搜索树中的插入操作.md 2023-05-24 22:39:35 -05:00