会员
T恤
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
实验室小纸贴校外版
李二娃的博客 - 大大小小,点点滴滴
博客园
首页
新随笔
联系
订阅
管理
随笔 - 40 文章 - 0 评论 - 48 阅读 -
13万
当前标签:leetcode
上一页
1
2
LeetCode 笔记系列二 Container With Most Water
lichen782 2013-07-03 18:10
阅读:5386
评论:1
推荐:1
LeetCode 笔记系列一 Median of Two Sorted Arrays
lichen782 2013-07-02 15:31
阅读:2499
评论:0
推荐:0
上一页
1
2
昵称:
lichen782
园龄:
12年5个月
粉丝:
32
关注:
0
<
2025年4月
>
日
一
二
三
四
五
六
30
31
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
1
2
3
4
5
6
7
8
9
10
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
algorithm
(23)
leetcode
(22)
Replication
(2)
Partition
(2)
分布式系统
(2)
Scalability
(1)
Paxos
(1)
CAP
(1)
Availability
(1)
一致性
(1)
更多
随笔分类
LeetCode(32)
分布式系统(6)
公开课笔记(3)
随笔档案
2017年6月(3)
2017年5月(4)
2016年2月(1)
2015年3月(3)
2015年2月(6)
2013年7月(23)
阅读排行榜
1. LeetCode 笔记系列 17 Largest Rectangle in Histogram(29832)
2. LeetCode 笔记系列 18 Maximal Rectangle [学以致用](23515)
3. LeetCode 笔记系列13 Jump Game II [去掉不必要的计算](16854)
4. LeetCode 笔记系列六 Reverse Nodes in k-Group [学习如何逆转一个单链表](14123)
5. LeetCode 笔记系列二 Container With Most Water(5386)
评论排行榜
1. LeetCode 笔记系列 17 Largest Rectangle in Histogram(24)
2. LeetCode 笔记系列 18 Maximal Rectangle [学以致用](7)
3. LeetCode 笔记系列13 Jump Game II [去掉不必要的计算](4)
4. LeetCode 笔记系列九 Search in Rotated Sorted Array(4)
5. [分布式系统学习] 6.824 LEC1 MapReduce 笔记(1)
推荐排行榜
1. LeetCode 笔记系列 17 Largest Rectangle in Histogram(11)
2. LeetCode 笔记系列16.3 Minimum Window Substring [从O(N*M), O(NlogM)到O(N),人生就是一场不停的战斗](4)
3. LeetCode 笔记系列 18 Maximal Rectangle [学以致用](3)
4. LeetCode 笔记系列六 Reverse Nodes in k-Group [学习如何逆转一个单链表](2)
5. LeetCode 笔记系列 20 Interleaving String [动态规划的抽象](1)
最新评论
1. Re:LeetCode 笔记系列13 Jump Game II [去掉不必要的计算]
看完全文只记住几个字“NB闪闪的,就不折叠鸟"
--Cu3S
2. Re:LeetCode 笔记系列六 Reverse Nodes in k-Group [学习如何逆转一个单链表]
reverse 那块儿太绕了, 多用了几个变量来标记首尾给处理了 public ListNode reverse(ListNode start, ListNode end) { ListNode fi...
--ichengzi
3. Re:LeetCode 笔记系列 17 Largest Rectangle in Histogram
@ sr2013算法是对的,只不过它讲解的过程有一点是错的。它在解释这句stack.isEmpty() ? i : i - stack.peek() - 1)是错的。为什么stack.isEmpty(...
--赤云封天
4. Re:LeetCode 笔记系列 17 Largest Rectangle in Histogram
@ doub7e是什么啊,讲讲呗,大神...
--kongxy
5. Re:LeetCode 笔记系列 17 Largest Rectangle in Histogram
楼主的图画得很好,但对算法的理解实在有很大的误区。建议深刻理解单调栈保持单调的目的是什么。
--doub7e
点击右上角即可分享