7647 Commits

Author SHA1 Message Date
0e1cc6d277 Update 0150.逆波兰表达式求值.md
除法逻辑不完整,假如是5/2=2没问题,但如果是-5/2,会向下取整,就变成-3了,可以单独定义一个函数。

底下最先弹出的数字实际上是最后进入的数字,也就是运算符右边的操作数,而第二个弹出的数字是第一个进入的数字,即运算符左边的操作数。stack.append(operation(op2, op1))
2024-03-24 11:07:42 -05:00
12bc134af8 test 2024-03-23 15:50:42 +08:00
7117871bee Correct typo in 0102.二叉树的层序遍历.md 2024-03-19 20:40:46 +08:00
dbac875d31 27. 移除元素Go版本暴力法 2024-03-19 16:25:36 +08:00
311b2f4fde Update 0024.两两交换链表中的节点.md 2024-03-19 12:58:18 +08:00
29ba4f47e3 Update 0024.两两交换链表中的节点.md 2024-03-19 11:28:21 +08:00
253bddcf37 Merge pull request #2457 from tianci-zhang/master
添加0070.爬楼梯完全背包版本.md Python3代码
2024-03-18 10:00:43 +08:00
cff7999479 修改错别字: 20201003二叉树周末总结.md
修改错别字
2024-03-16 18:02:00 +08:00
77a4de1f41 增加了力扣题目的链接: 20201003二叉树周末总结.md
增加了力扣题目的链接
2024-03-16 18:00:50 +08:00
e4ebc6b08f 添加kama54替换数字 Java 版本 解法二 2024-03-16 17:21:28 +08:00
ceec07f62c Merge pull request #2458 from lavaicer/master
优化 19. 删除链表的倒数第 N 个结点 go 代码
2024-03-16 13:57:46 +08:00
45f4f5cfe8 Merge pull request #2454 from techick/patch-1
used 数组超时, 移除相关答案。0332.重新安排行程.md
2024-03-16 13:57:07 +08:00
20216736e5 Update 0035.搜索插入位置 - 添加Python3 第二種二分法 - 左闭右开 2024-03-15 23:45:48 +08:00
a908463ee7 Merge pull request #2451 from heroding77/master
添加0027移除元素 python3 版本
2024-03-15 10:20:08 +08:00
Dan
6e550159d5 Update 0024.两两交换链表中的节点.md
添加javascript递归版本实现
2024-03-15 11:47:33 +11:00
8ba68a4d6f Update 0028.实现strStr.md 2024-03-14 11:27:41 -07:00
d3bfbbe658 Merge branch 'master' of github.com:youngyangyang04/leetcode-master 2024-03-14 12:10:06 +08:00
a79bf97d72 Update 2024-03-14 12:09:57 +08:00
c342d7e2c1 Merge pull request #2452 from LYT0905/master
Update 0045.跳跃游戏II.md
2024-03-14 10:56:58 +08:00
fac689939f Update 1143.最长公共子序列.md
1143.最长公共子序列新增C语言实现
2024-03-13 22:08:15 +08:00
00a5515bad Update 0718.最长重复子数组.md
0178.最长重复子数组新增C语言实现
2024-03-13 22:05:38 +08:00
bf457f49bb Update 0674.最长连续递增序列.md
0674.最长连续递增序列新增C语言实现
2024-03-13 22:04:23 +08:00
5f07ae3b03 Update 0300.最长上升子序列.md
0300.最长上升子序列的新增C语言实现
2024-03-13 22:00:54 +08:00
313a7ddf97 Merge pull request #2453 from sss1h/master
修正错别字和语病,添加cpp代码高亮
2024-03-13 15:44:29 +08:00
ec899d684b Update 0309.最佳买卖股票时机含冷冻期.md
0309.最佳买卖股票时机含冷冻期新增C语言实现
2024-03-12 21:47:38 +08:00
d91656d036 Update 0188.买卖股票的最佳时机IV.md
0188.买卖股票的最佳时机IV新增C语言实现
2024-03-12 21:46:06 +08:00
d40d61e265 Update 0123.买卖股票的最佳时机III.md
0123.买卖股票的最佳时机III新增C语言实现
2024-03-12 21:44:50 +08:00
1b9ae455df Update 0122.买卖股票的最佳时机II(动态规划).md
0122.买卖股票的最佳时机II新增C语言实现
2024-03-12 21:43:13 +08:00
57e56c508b Update 0714.买卖股票的最佳时机含手续费(动态规划).md
0714.买卖股票的最佳时机含手续费新增C语言实现
2024-03-12 21:39:58 +08:00
cb58e8afa1 Update 0019.删除链表的倒数第N个节点.md
更正代码错误
2024-03-12 20:20:00 +08:00
be3f8855da Merge branch 'youngyangyang04:master' into master 2024-03-12 20:18:15 +08:00
XD
410dff4d90 Update 0104.二叉树的最大深度中关于solution大小写问题.md
修改了solution大小写问题,即solution改为Solution,力扣官网提交是需要大写的
2024-03-12 13:18:06 +08:00
110823c4df Merge pull request #2450 from HanCai98/patch-1
correct typo in 0200.岛屿数量.深搜版.md
2024-03-11 10:10:34 +08:00
c281996e4c Merge pull request #2449 from meifannao/master
0647.回文子串添加Golang的双指针解法
2024-03-11 10:10:15 +08:00
b6e458bcfa Update 0121.买卖股票的最佳时机.md
0121.买卖股票的最佳时机新增C语言实现
2024-03-10 21:47:48 +08:00
0dc2180cee Update 0337.打家劫舍III.md
0337.打家劫舍|||新增C语言实现
2024-03-10 21:44:04 +08:00
2cee392d8e Update 0213.打家劫舍II.md
0213.打家劫舍||新增C语言实现
2024-03-10 17:56:42 +08:00
bc6189e9e9 Update 0198.打家劫舍.md
0198.打家劫舍新增C语言实现
2024-03-10 17:50:38 +08:00
17a3eeb88e Merge pull request #2448 from askxiaozhang/master
优化Python递归时所需要的内存开销和时间消耗。
2024-03-10 16:25:18 +08:00
448f9ff77d Update 0203.移除链表元素.md 添加php解法
203.移除链表元素.md
添加php解法
2024-03-10 13:32:12 +08:00
dd80ba7af9 Update 0343.整数拆分.md
Comment 错了
2024-03-10 02:43:38 +00:00
216f9db871 Update 0139.单词拆分.md
0139.单词拆分新增C语言实现
2024-03-09 17:15:37 +08:00
89ee2d263f fix typo
show some LaTeX formula correctly
2024-03-09 11:35:37 +08:00
356b2c6778 fix typos
show some LaTeX formula normally
2024-03-09 11:19:34 +08:00
d6bc92e214 fix typos
show some LaTeX formula normally
2024-03-09 11:16:19 +08:00
40eda312e6 fix typos
show some LaTeX formula correctly
2024-03-09 10:28:31 +08:00
6bae30472c Update 0377.组合总和Ⅳ.md
新增C语言实现
2024-03-08 22:42:26 +08:00
a55dca64ed 新增C语言实现 2024-03-08 22:40:51 +08:00
702916f356 Update 0494.目标和.md 2024-03-07 20:16:56 +08:00
12365a3a4f Update 0474.一和零.md 2024-03-07 20:15:51 +08:00