摘要: 标题:Permutations II通过率:25.7%难度:难Given a collection of numbers that might contain duplicates, return all possible unique permutations.For example,[1,1,2... 阅读全文
posted @ 2015-03-22 17:21 pku_smile 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 标题:Permutations通过率:31.7%难度:中等Given a collection of numbers, return all possible permutations.For example,[1,2,3]have the following permutations:[1,2,3... 阅读全文
posted @ 2015-03-22 17:03 pku_smile 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 题目:Generate Parentheses通过率:32.3%难度:中等Givennpairs of parentheses, write a function to generate all combinations of well-formed parentheses.For example,... 阅读全文
posted @ 2015-03-22 17:00 pku_smile 阅读(106) 评论(0) 推荐(0) 编辑