摘要:
77. Combinations 题目 分析:求给定数字n,k的组合数,方法是采用深度搜索算法,代码如下(copy网上代码) 1 class Solution { 2 public: 3 void dfs77(vector<vector<int > > &ans, vector<int> suban 阅读全文
posted @ 2016-02-01 16:30
LC凑热闹
阅读(227)
评论(0)
推荐(0)
浙公网安备 33010602011771号