Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 59 下一页

2015年6月20日

摘要: https://leetcode.com/problems/minimum-size-subarray-sum/Given an array ofnpositive integers and a positive integers, find the minimal length of a suba... 阅读全文
posted @ 2015-06-20 17:13 NickyYe 阅读(342) 评论(0) 推荐(0) 编辑

2015年6月19日

摘要: https://leetcode.com/problems/count-primes/Description:Count the number of prime numbers less than a non-negative number,n.解题思路:如何判定一个数为质数?1. 质数最小的是2。... 阅读全文
posted @ 2015-06-19 11:20 NickyYe 阅读(293) 评论(0) 推荐(0) 编辑

2015年6月13日

摘要: https://leetcode.com/problems/count-complete-tree-nodes/Given acompletebinary tree, count the number of nodes.Definition of a complete binary tree fro... 阅读全文
posted @ 2015-06-13 16:44 NickyYe 阅读(340) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/implement-stack-using-queues/Implement the following operations of a stack using queues.push(x) -- Push element x onto s... 阅读全文
posted @ 2015-06-13 15:09 NickyYe 阅读(237) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/invert-binary-tree/Invert a binary tree. 4 / \ 2 7 / \ / \1 3 6 9to 4 / \ 7 2 / \ / \9... 阅读全文
posted @ 2015-06-13 14:46 NickyYe 阅读(259) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 59 下一页