1、题目描述 https://leetcode-cn.com/problems/combinations/ 给定两个整数 n 和 k,返回 1 ... n 中所有可能的 k 个数的组合。 输入: n = 4, k = 2 输出: [[2,4],[3,4],[2,3],[1,2],[1,3],[1,4], ] 回溯 回溯-39. 组合总和 https://blog.csdn.net/IOT_victor/article/details/107646185 继续阅读
Search Results for: LeetCode77
查询到最新的1条