Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 59 下一页

2015年3月10日

摘要: https://leetcode.com/problems/search-in-rotated-sorted-array/Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e.,0 1 2 4 5... 阅读全文
posted @ 2015-03-10 14:02 NickyYe 阅读(175) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/rotate-image/You are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Cou... 阅读全文
posted @ 2015-03-10 11:19 NickyYe 阅读(142) 评论(0) 推荐(0) 编辑

2015年3月9日

摘要: https://leetcode.com/problems/populating-next-right-pointers-in-each-node-ii/ Follow up for problem "Populating Next Right Pointers in Each Node". Wha 阅读全文
posted @ 2015-03-09 21:24 NickyYe 阅读(162) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/gray-code/The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negati... 阅读全文
posted @ 2015-03-09 15:19 NickyYe 阅读(283) 评论(0) 推荐(0) 编辑

2015年3月7日

摘要: https://oj.leetcode.com/problems/find-peak-element/ A peak element is an element that is greater than its neighbors. Given an input array where num[i] 阅读全文
posted @ 2015-03-07 21:09 NickyYe 阅读(238) 评论(0) 推荐(0) 编辑

上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 59 下一页