Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 59 下一页

2015年2月2日

摘要: https://oj.leetcode.com/problems/remove-element/Given an array and a value, remove all instances of that value in place and return the new length.The ... 阅读全文
posted @ 2015-02-02 23:00 NickyYe 阅读(200) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/swap-nodes-in-pairs/Given a linked list, swap every two adjacent nodes and return its head.For example,Given1->2->3->... 阅读全文
posted @ 2015-02-02 21:33 NickyYe 阅读(217) 评论(0) 推荐(0) 编辑

2015年2月1日

摘要: https://oj.leetcode.com/problems/find-minimum-in-rotated-sorted-array/ Suppose a sorted array is rotated at some pivot unknown to you beforehand. (i.e 阅读全文
posted @ 2015-02-01 23:04 NickyYe 阅读(709) 评论(1) 推荐(0) 编辑

2015年1月31日

摘要: https://oj.leetcode.com/problems/merge-two-sorted-lists/ Merge two sorted linked lists and return it as a new list. The new list should be made by spl 阅读全文
posted @ 2015-01-31 23:11 NickyYe 阅读(188) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/convert-sorted-array-to-binary-search-tree/Given an array where elements are sorted in ascending order, convert it to... 阅读全文
posted @ 2015-01-31 22:39 NickyYe 阅读(350) 评论(0) 推荐(0) 编辑

上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 59 下一页