会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LCAC
博客园
首页
新随笔
联系
订阅
管理
2020年2月
leetcode 47. Permutations II
摘要: 全排列数组 为了得到最快的速度和最小的空间;先计算结果需要容纳多大的数组; int GetCMN(int m, int n) { if (n == m || n == 0) return 1; int mm = 1; n = m -n > n?n:m-n; for (int i = 1; i <=
阅读全文
posted @ 2020-02-27 16:51 LCAC
阅读(154)
评论(0)
推荐(0)
公告