Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 59 下一页

2015年1月16日

摘要: https://oj.leetcode.com/problems/climbing-stairs/You are climbing a stair case. It takesnsteps to reach to the top.Each time you can either climb 1 or... 阅读全文
posted @ 2015-01-16 21:50 NickyYe 阅读(229) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/single-number-ii/Given an array of integers, every element appearsthreetimes except for one. Find that single one.Not... 阅读全文
posted @ 2015-01-16 21:30 NickyYe 阅读(188) 评论(0) 推荐(0) 编辑

摘要: http://artori.us/exclusive-or/不介绍什么是异或了,有人叫半加、数学系的叫按位模2加下文用得到的一些简单的性质x^0 = x且x^x = 0交换律:x^y = y^x结合律:(x^y)^z = x^(y^z)自反性:x^y^y = x下面是几个小题目,可以用异或解决,挺有... 阅读全文
posted @ 2015-01-16 14:05 NickyYe 阅读(870) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/search-insert-position/ Given a sorted array and a target value, return the index if the target is found. If not, ret 阅读全文
posted @ 2015-01-16 10:58 NickyYe 阅读(306) 评论(0) 推荐(0) 编辑

2015年1月15日

摘要: https://oj.leetcode.com/problems/populating-next-right-pointers-in-each-node/Given a binary tree struct TreeLinkNode { TreeLinkNode *left; ... 阅读全文
posted @ 2015-01-15 22:12 NickyYe 阅读(236) 评论(0) 推荐(0) 编辑

上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 59 下一页