Idiot-maker

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

2015年3月7日

摘要: https://oj.leetcode.com/problems/permutations/Given a collection of numbers, return all possible permutations.For example,[1,2,3]have the following pe... 阅读全文
posted @ 2015-03-07 15:35 NickyYe 阅读(276) 评论(0) 推荐(0) 编辑

2015年3月6日

摘要: https://oj.leetcode.com/problems/next-permutation/Implement next permutation, which rearranges numbers into the lexicographically next greater permuta... 阅读全文
posted @ 2015-03-06 20:52 NickyYe 阅读(153) 评论(0) 推荐(0) 编辑

2015年3月5日

摘要: https://oj.leetcode.com/problems/intersection-of-two-linked-lists/Write a program to find the node at which the intersection of two singly linked list... 阅读全文
posted @ 2015-03-05 20:19 NickyYe 阅读(164) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/flatten-binary-tree-to-linked-list/ Given a binary tree, flatten it to a linked list in-place. For example,Given The 阅读全文
posted @ 2015-03-05 15:12 NickyYe 阅读(195) 评论(0) 推荐(0) 编辑

2015年3月4日

摘要: https://oj.leetcode.com/problems/reverse-linked-list-ii/Reverse a linked list from positionmton. Do it in-place and in one-pass.For example:Given1->2-... 阅读全文
posted @ 2015-03-04 19:13 NickyYe 阅读(190) 评论(0) 推荐(0) 编辑

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