会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
努橙刷题编
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
上一页
1
2
3
4
5
下一页
2017年5月29日
[LeetCode] 382. Linked List Random Node
摘要: https://leetcode.com/problems/linked-list-random-node
阅读全文
posted @ 2017-05-29 04:18 努橙
阅读(138)
评论(0)
推荐(0)
2017年5月27日
[LeetCode] 227. Basic Calculator II
摘要: https://leetcode.com/problems/basic-calculator-ii 思路参考:http://www.cnblogs.com/grandyang/p/4601208.html
阅读全文
posted @ 2017-05-27 00:11 努橙
阅读(121)
评论(0)
推荐(0)
2017年5月26日
[LeetCode] 224. Basic Calculator
摘要: https://leetcode.com/problems/basic-calculator/ 用 stack 存储当前运算符: 也可以用 RPN 做
阅读全文
posted @ 2017-05-26 00:42 努橙
阅读(125)
评论(0)
推荐(0)
2017年5月25日
[LeetCode] 594. Longest Harmonious Subsequence
摘要: https://leetcode.com/problems/longest-harmonious-subsequence
阅读全文
posted @ 2017-05-25 23:24 努橙
阅读(137)
评论(0)
推荐(0)
[LintCode] Graph Valid Tree
摘要: http://www.lintcode.com/en/problem/graph-valid-tree/ DFS 解法: Union Find 解法: 这道题还可以用 BFS 解。
阅读全文
posted @ 2017-05-25 00:08 努橙
阅读(129)
评论(0)
推荐(0)
2017年5月23日
[LeetCode] 547. Friend Circles
摘要: https://leetcode.com/problems/friend-circles
阅读全文
posted @ 2017-05-23 00:32 努橙
阅读(169)
评论(0)
推荐(0)
2017年5月22日
[LeetCode] 130. Surrounded Regions
摘要: https://leetcode.com/problems/surrounded-regions weight union find 解法:
阅读全文
posted @ 2017-05-22 23:52 努橙
阅读(143)
评论(0)
推荐(0)
[LeetCode] 207. Course Schedule
摘要: https://leetcode.com/problems/course-schedule
阅读全文
posted @ 2017-05-22 13:38 努橙
阅读(125)
评论(0)
推荐(0)
2017年5月19日
[LeetCode] 514. Freedom Trail
摘要: https://leetcode.com/problems/freedom-trail/
阅读全文
posted @ 2017-05-19 11:03 努橙
阅读(195)
评论(0)
推荐(0)
2017年5月18日
[LeetCode] 99. Recover Binary Search Tree
摘要: Two elements of a binary search tree (BST) are swapped by mistake. Recover the tree without changing its structure. Note:A solution using O(n) space i
阅读全文
posted @ 2017-05-18 12:24 努橙
阅读(88)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页