会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
RockIt
// TODO: nothing but LeetCode
博客园
首页
新随笔
联系
订阅
管理
随笔 - 15
文章 - 0
评论 - 2
阅读 -
11947
当前标签:LinkedList
LeetCode(2): Add Two Numbers
RockIt 2015-09-05 09:55
阅读:488
评论:0
推荐:0
公告
昵称:
RockIt
园龄:
9年10个月
粉丝:
2
关注:
1
+加关注
<
2025年7月
>
日
一
二
三
四
五
六
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
leetcode
(15)
DP
(4)
O(n)
(3)
Recursive
(2)
ZigZag
(1)
Two Sum
(1)
Two Pointers
(1)
TrapWater
(1)
StringToInteger
(1)
Stack
(1)
更多
随笔分类
LeetCode(15)
随笔档案
2015年10月(4)
2015年9月(11)
阅读排行榜
1. LeetCode (85): Maximal Rectangle [含84题分析](4190)
2. LeetCode(4): Median of Two Sorted Arrays(2131)
3. LeetCode (22): Generate Parentheses(972)
4. LeetCode (6): ZigZag Conversion(606)
5. LeetCode (42): Trapping Rain Water(541)
评论排行榜
1. LeetCode (85): Maximal Rectangle [含84题分析](1)
2. LeetCode(4): Median of Two Sorted Arrays(1)
推荐排行榜
1. LeetCode(4): Median of Two Sorted Arrays(1)
最新评论
1. Re:LeetCode (85): Maximal Rectangle [含84题分析]
如果matrix[i][j] = 0, right[j]=0, 同时右边界变为当前j(因为潜在的右边界就在当前j位置)这句话有问题啊, 应该是right[j]=col
--张秀杰
2. Re:LeetCode(4): Median of Two Sorted Arrays
Re:【一看到log的复杂度要求,应该立马想到二分法,这是一个CSer基本的素养。】
皮一下:谁说一看到log就要二分了?倍增,二进制思想,全是log的复杂度呀。
--fuzhihong0917
点击右上角即可分享