Commit Graph

6026 Commits

Author SHA1 Message Date
程序员Carl 9cf4c52dfe
Merge pull request #2102 from fwqaaq/patch-23
Update 背包问题理论基础完全背包.md about rust
2023-06-07 07:27:40 +08:00
程序员Carl 87b6261882
Merge pull request #2101 from fwqaaq/patch-15
Update 0474.一和零.md about rust
2023-06-07 07:27:18 +08:00
Terry Liu 9287b6be6f
新增JAVA 2*2數組
//DP using 2*2 Array (下方還有使用一維滾動數組的更優化版本)
2023-06-06 19:25:22 -04:00
Terry Liu 4fab08d030
提供JAVA的2*2數組版本
原本的空間優化是直接優化成一維數組,故提供一個2*2數組的版本
2023-06-06 19:09:57 -04:00
jianghongcheng a7d546ca2a
Update 0300.最长上升子序列.md 2023-06-06 15:29:32 -05:00
jianghongcheng d3a07fa1bd
Update 0300.最长上升子序列.md 2023-06-06 15:29:07 -05:00
programmercarl 46a81f2073 Merge branch 'master' of github.com:youngyangyang04/leetcode-master 2023-06-06 23:38:39 +08:00
jianghongcheng 22615387a5
Update 0309.最佳买卖股票时机含冷冻期.md 2023-06-06 10:25:25 -05:00
programmercarl 4eadc742c7 Update 2023-06-06 23:24:33 +08:00
程序员Carl 73e8eb9386
Merge pull request #2125 from jianghongcheng/master
merge
2023-06-06 12:38:10 +08:00
jianghongcheng 3b3d9c4d11
Update 0213.打家劫舍II.md 2023-06-05 08:07:53 -05:00
jianghongcheng bc13242925
Update 0198.打家劫舍.md 2023-06-05 07:54:20 -05:00
jianghongcheng c33556c440
Update 0198.打家劫舍.md 2023-06-05 07:54:00 -05:00
jianghongcheng bdedd2df0f
Update 背包问题理论基础多重背包.md 2023-06-05 07:46:22 -05:00
jianghongcheng de7879f26e
Update 0139.单词拆分.md 2023-06-05 03:12:19 -05:00
jianghongcheng d8c51b2d36
Update 0139.单词拆分.md 2023-06-05 03:09:10 -05:00
jianghongcheng 45037cec33
Update 0279.完全平方数.md 2023-06-05 00:05:11 -05:00
jianghongcheng 87e7b9def8
Update 0279.完全平方数.md 2023-06-04 23:58:00 -05:00
jianghongcheng 0964e16991
Update 0322.零钱兑换.md 2023-06-04 23:32:42 -05:00
jianghongcheng beb0a51841
Update 0322.零钱兑换.md 2023-06-04 23:28:14 -05:00
jianghongcheng 245556b1c8
Update 0322.零钱兑换.md 2023-06-04 23:27:54 -05:00
程序员Carl dd061da22e
Merge pull request #2100 from Lozakaka/patch-16
新增java二維"整數"數組的解法、優化一維數組的解法(剪枝)
2023-06-05 08:53:29 +08:00
程序员Carl 741d5c9fdf
Merge pull request #2093 from yujiahan2018/master
优化代码+新增滚动数组思想
2023-06-05 08:51:25 +08:00
程序员Carl 7e0820b6d1
Merge pull request #2095 from HOUSHENGREN/master
fix:0123.买卖股票的最佳时机III =》错误修改
2023-06-05 08:50:12 +08:00
jianghongcheng 93952c67e1
Update 0377.组合总和Ⅳ.md 2023-06-04 10:13:29 -05:00
jianghongcheng d7eac13627
Update 0377.组合总和Ⅳ.md 2023-06-04 10:13:13 -05:00
jianghongcheng ea98e43831
Update 背包问题理论基础完全背包.md 2023-06-04 07:53:16 -05:00
jianghongcheng e002075a39
Update 背包问题理论基础完全背包.md 2023-06-04 07:52:08 -05:00
jianghongcheng b9faa11851
Update 0474.一和零.md 2023-06-04 07:41:05 -05:00
jianghongcheng 8b69827fca
Update 0494.目标和.md 2023-06-04 07:01:19 -05:00
jianghongcheng 980c98ca0d
Update 1049.最后一块石头的重量II.md 2023-06-04 06:27:03 -05:00
jianghongcheng 285b6ab370
Update 0416.分割等和子集.md 2023-06-04 05:53:50 -05:00
jianghongcheng cb9da4fa38
Update 0416.分割等和子集.md 2023-06-04 05:48:34 -05:00
jianghongcheng 212e8f8b39
Update 0416.分割等和子集.md 2023-06-04 05:48:05 -05:00
jianghongcheng 5ab0a94c71
Update 0416.分割等和子集.md 2023-06-04 05:36:45 -05:00
jianghongcheng 37fdbd369e
Update 背包理论基础01背包-2.md 2023-06-03 22:59:37 -05:00
jianghongcheng 09ab0e4873
Update 背包理论基础01背包-1.md 2023-06-03 20:10:36 -05:00
程序员Carl b4e0fbf429
Merge pull request #2097 from eeee0717/master
添加C#版
2023-06-03 21:31:59 +08:00
程序员Carl 3c9419a8e4
Merge branch 'master' into master 2023-06-03 21:30:15 +08:00
fwqaaq 2a6a8da5e0
Update problems/0122.买卖股票的最佳时机II(动态规划).md 2023-06-03 14:59:17 +08:00
fwqaaq 2719dbdd0e
Update 0122.买卖股票的最佳时机II(动态规划).md 2023-06-03 14:58:09 +08:00
fwqaaq fd7a98b831
Update 0122.买卖股票的最佳时机II(动态规划).md about rust 2023-06-03 14:40:00 +08:00
fwqaaq 745e91e1e7
Update 0122.买卖股票的最佳时机II.md 优化 Rust 2023-06-03 14:22:19 +08:00
fwqaaq b716a8ab44
Update 0121.买卖股票的最佳时机.md 2023-06-03 14:05:04 +08:00
fwqaaq 2d66c713f0
Update 0121.买卖股票的最佳时机.md about rust 2023-06-03 13:58:57 +08:00
fwqaaq 6bb21c8e5b
Update 0337.打家劫舍III.md about rust 2023-06-03 11:20:55 +08:00
fwqaaq 477f459574
Update 0213.打家劫舍II.md about rust 2023-06-02 22:24:44 +08:00
jianghongcheng 41224f61bd
Update 0096.不同的二叉搜索树.md 2023-06-01 22:50:49 -05:00
jianghongcheng 442008bb8e
Update 0343.整数拆分.md 2023-06-01 22:44:10 -05:00
程序员Carl 4ab224b30d
Merge pull request #2089 from Lozakaka/patch-12
新增 ```Java 以正常顯示保留字顏色
2023-06-02 09:27:34 +08:00
程序员Carl 80cb527247
Merge pull request #2091 from Lozakaka/patch-13
新增java解法中 lambda以及linkedlist.add的註釋
2023-06-02 09:25:44 +08:00
Lozakaka 32185d5f2d
編輯JAVA解答的部分內容
1. 提供JAVA填充數組的函數Arrays.fill()
2. for loop中不需要if statement,並有用 // 解釋原因
2023-06-01 19:44:43 -04:00
jianghongcheng 906293efae
Update 0063.不同路径II.md 2023-06-01 17:48:22 -05:00
jianghongcheng 6128c57e15
Update 0062.不同路径.md 2023-06-01 17:13:23 -05:00
jianghongcheng 283b74478a
Update 0746.使用最小花费爬楼梯.md 2023-06-01 16:03:35 -05:00
jianghongcheng b5494585fb
Update 0509.斐波那契数.md 2023-06-01 15:19:56 -05:00
jianghongcheng 8e7d9f579c
Update 0509.斐波那契数.md 2023-06-01 15:19:27 -05:00
jianghongcheng 69361bba97
Update 0070.爬楼梯.md 2023-06-01 15:14:15 -05:00
jianghongcheng 28cf557d7c
Update 0509.斐波那契数.md 2023-06-01 15:02:00 -05:00
jianghongcheng ed4543b300
Update 0968.监控二叉树.md 2023-06-01 04:03:00 -05:00
liuyiwei 5b4249d4a8 151.翻转字符串里的单词 新增使用了移除元素思想的 Go 版本 2023-06-01 16:34:00 +08:00
程序员Carl 6156804822
Merge pull request #2086 from fwqaaq/patch-43
Update 0494.目标和.md about rust
2023-06-01 16:30:50 +08:00
程序员Carl bf2d349b18
Merge pull request #2085 from fwqaaq/patch-42
Update 1049.最后一块石头的重量II.md about rust
2023-06-01 16:30:30 +08:00
程序员Carl 9b7bedf776
Merge pull request #2116 from jianghongcheng/master
更新 贪心。。。。
2023-06-01 16:29:48 +08:00
jianghongcheng 41dd31d826
Update 0738.单调递增的数字.md 2023-06-01 02:54:22 -05:00
jianghongcheng 352b51d550
Update 0056.合并区间.md 2023-06-01 02:36:11 -05:00
jianghongcheng 458f94b8b9
Update 0763.划分字母区间.md 2023-06-01 02:26:34 -05:00
jianghongcheng cd4d546162
Update 0435.无重叠区间.md 2023-06-01 02:16:29 -05:00
jianghongcheng ba3c7ec19b
Update 0860.柠檬水找零.md 2023-06-01 01:37:41 -05:00
jianghongcheng cfb10d2e2a
Update 0135.分发糖果.md 2023-06-01 01:35:04 -05:00
jianghongcheng 648b0d2edc
Update 0134.加油站.md 2023-06-01 01:03:49 -05:00
jianghongcheng 440bddb44b
Update 1005.K次取反后最大化的数组和.md 2023-06-01 00:45:16 -05:00
jianghongcheng d65f7a32da
Update 0045.跳跃游戏II.md 2023-06-01 00:41:29 -05:00
jianghongcheng d988722396
Update 0053.最大子序和.md 2023-05-31 23:44:40 -05:00
哈哈哈 f22c658d36
Update 0257.二叉树的所有路径.md 2023-05-31 22:50:48 +08:00
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