
leetcode
文章平均质量分 81
YHZZD
予人玫瑰,手留余香。逐渐成长中的技术新人
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
39. Combination Sum 求目标和的元素集合
39. Combination Sum 求目标和的元素集合原创 2017-03-20 08:04:12 · 458 阅读 · 0 评论 -
Leetcode:78. Subsets 求集合的子集
Leetcode:78. Subsets 求集合的子集原创 2017-03-22 08:05:23 · 732 阅读 · 0 评论 -
leetcode:46. Permutations 排列
46. Permutations问题描述Given a collection of distinct numbers, return all possible permutations.For example, [1,2,3] have the following permutations: [ [1,2,3], [1,3,2], [2,1,3], [2,3,1],原创 2017-04-06 00:15:22 · 339 阅读 · 0 评论 -
leetcode:31. Next Permutation 下一个排列
31. Next Permutation 下一个排列原创 2017-04-05 23:30:35 · 558 阅读 · 0 评论