会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Haruna_K
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2018年3月3日
HDOJ-1011
摘要: Problem Description You, the leader of Starship Troopers, are sent to destroy a base of the bugs. The base is built underground. It is actually a huge
阅读全文
posted @ 2018-03-03 21:20 Haruna_K
阅读(201)
评论(0)
推荐(0)
2018年3月1日
算法导论第十六章
摘要: 16.1 16.1 1 ~~~c int c[n+1][n+1]; int b[n+1][n+1]; for (int i = 0; i = f[i] && e[k] c[i][j]) { b[i][j] = k; c[i][j] = res; } } return; } ~~~ 将递归式改为迭代式
阅读全文
posted @ 2018-03-01 21:18 Haruna_K
阅读(1404)
评论(0)
推荐(0)
算法导论第十五章
摘要: 15.1 15.1 1 证明: T(n) = 1+$\sum_0^{n 1}T(j)$ 令S(n) = $\sum_0^nT(j)$ 则S(n) S(n 1) = 1 + S(n 1) S(n) = $2^{n+1}$ 1 T(n) = $2^n$ 15.1 2 | 长度i |
阅读全文
posted @ 2018-03-01 21:08 Haruna_K
阅读(2457)
评论(0)
推荐(0)
上一页
1
2
公告