
算法
文章平均质量分 64
haoflynet
竭诚服务
展开
-
C语言实现全排列
原帖(C++)地址:http://blog.youkuaiyun.com/gaotong2055/article/details/8637745 只是简单的转化而已: #include char *p; inline void Swap(char *a,char *b) { char temp; temp = *a; *a = *b; *b = temp; } void Perm(char l原创 2013-03-14 22:40:05 · 1188 阅读 · 0 评论 -
Uva1468 Restaurant
欢迎访问我的博客原文:http://haofly.net/blog/2014/04/29/uva1468/原创 2014-04-29 21:12:22 · 1079 阅读 · 0 评论 -
hdu 4267 the Ghost Blows Light
欢迎访问我的博客:http://haofly.net/blog/2014/03/26/hdu4267/ 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4276 参考链接:http://blog.youkuaiyun.com/u012841845/article/details/18739425 以及:http://blog.youkuaiyun.com/xianxin原创 2014-03-26 19:56:30 · 1190 阅读 · 2 评论