会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
一路坎坷的非典型码农
博客园
首页
新随笔
联系
订阅
管理
2017年9月27日
leetcode - minimum size subarray sum
摘要: 移窗户 找到符合要求的最小的窗户
阅读全文
posted @ 2017-09-27 05:59 一路坎坷的非典型码农
阅读(127)
评论(0)
推荐(0)
编辑
leetcode - find All Duplicates in an Array
摘要: 找到出现两次的数字,利用题目信息来解答: 每一个数字都小于或者等于数组的大小
阅读全文
posted @ 2017-09-27 04:23 一路坎坷的非典型码农
阅读(119)
评论(0)
推荐(0)
编辑
2017年9月20日
leetcode - Maximum Swap
摘要: maximum swap 数组当作hashmap用 数字和index对应,比当前数字大的数字们的indices 跟 当前数字的index比较 (从最大的开始), 一旦大的, 那就换
阅读全文
posted @ 2017-09-20 06:45 一路坎坷的非典型码农
阅读(291)
评论(0)
推荐(0)
编辑
2017年9月7日
leetcode - reverse nodes in K groups
摘要: leetcode reverse linkedlist in groups reverse的操作是关键
阅读全文
posted @ 2017-09-07 13:26 一路坎坷的非典型码农
阅读(189)
评论(0)
推荐(0)
编辑
2017年8月28日
Leetcode - Binary Watch
摘要: leetcode 里递归的题目 虽说我想到的是letter combination of phone number的解法,但是实现上我写的感觉还是不一样。 虽然是一次ac, 但对这个码不是很自信,肯定是还有更优解,希望大家多给点建议,帮忙修改。
阅读全文
posted @ 2017-08-28 14:36 一路坎坷的非典型码农
阅读(147)
评论(0)
推荐(0)
编辑
2017年8月27日
Leetcode - Letter Combination Of A Phone Number
摘要: 递归类型的题目 每组字母中选择一个进行排列
阅读全文
posted @ 2017-08-27 17:04 一路坎坷的非典型码农
阅读(568)
评论(0)
推荐(0)
编辑
2017年8月26日
Leetcode - Simplify Path
摘要: leetcode practice 用stack来存贮有意义的command最后形成有意义的command line
阅读全文
posted @ 2017-08-26 17:14 一路坎坷的非典型码农
阅读(128)
评论(0)
推荐(0)
编辑
公告