摘要: 原题地址:https://oj.leetcode.com/problems/median-of-two-sorted-arrays/题意:There are two sorted arrays A and B of size m and n respectively. Find the median... 阅读全文
posted @ 2014-05-29 17:34 南郭子綦 阅读(11542) 评论(0) 推荐(0) 编辑
摘要: 原题地址:https://oj.leetcode.com/problems/permutations-ii/题意:Given a collection of numbers that might contain duplicates, return all possible unique permu... 阅读全文
posted @ 2014-05-29 13:05 南郭子綦 阅读(4001) 评论(0) 推荐(0) 编辑
摘要: 原题地址:https://oj.leetcode.com/problems/permutations/题意:Given a collection of numbers, return all possible permutations.For example,[1,2,3]have the foll... 阅读全文
posted @ 2014-05-29 12:17 南郭子綦 阅读(6529) 评论(0) 推荐(1) 编辑
摘要: 原题地址:https://oj.leetcode.com/problems/palindrome-partitioning-ii/题意:Given a strings, partitionssuch that every substring of the partition is a palindr... 阅读全文
posted @ 2014-05-29 11:58 南郭子綦 阅读(3263) 评论(0) 推荐(0) 编辑
摘要: 原题地址:https://oj.leetcode.com/problems/palindrome-partitioning/题意:Given a strings, partitionssuch that every substring of the partition is a palindrome... 阅读全文
posted @ 2014-05-29 09:52 南郭子綦 阅读(3877) 评论(0) 推荐(0) 编辑
摘要: 原题地址:https://oj.leetcode.com/problems/subsets-ii/题意:Given a collection of integers that might contain duplicates,S, return all possible subsets.Note:E... 阅读全文
posted @ 2014-05-29 09:22 南郭子綦 阅读(3376) 评论(0) 推荐(0) 编辑