会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Dance With Automation
这就是最好的时代,互联网时代。 技术铸造梦想,知识解放灵魂。
CnBlogs
Home
New Post
Contact
Admin
Subscription
2012年6月15日
分治法求最大子序列,关于复杂度的一次弱推导
1: #include <stdio.h> 2: #include <stdlib.h> 3: 4: int sc=0; 5: int max3(int a,int b, int c) 6: { 7: sc++; 8: if(a>b) 9: { 10: return a>c?a:c; 11: ...
Read More
posted @ 2012-06-15 08:56 Dance With Automation
Views(438)
Comments(0)
Diggs(0)
公告