码迷,mamicode.com
首页 >  
搜索关键字:acm算法    ( 679个结果
HDU 1874 求最短路径 Floyd 算法
最短路...
分类:编程语言   时间:2015-01-31 13:04:46    阅读次数:285
HDU 2115
略水...
分类:其他好文   时间:2015-01-30 22:53:51    阅读次数:189
leetcode12----------Integer to Roman
Given an integer, convert it to a roman numeral. Input is guaranteed to be within the range from 1 to 3999. 罗马数字规则:参考wiki:http://zh.wikipedia.org/wiki/%E7%BD%97%E9%A9%AC%E6%95%B0%E5%AD%97     1,...
分类:其他好文   时间:2015-01-30 09:19:22    阅读次数:196
CodeForces 151 B 结构体排序。
对结构体要有很扎实的基本功力。...
分类:编程语言   时间:2015-01-30 09:16:00    阅读次数:204
HDU 1728 逃离迷宫 DFS+标记转弯数+优化
逃离迷宫。一晚上的青春没了。...
分类:其他好文   时间:2015-01-30 09:10:42    阅读次数:237
Good Luck in CET-4 Everybody!(sg函数模板)
Good Luck in CET-4 Everybody! Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 5815    Accepted Submission(s): 3759 Problem Description...
分类:其他好文   时间:2015-01-30 09:05:09    阅读次数:172
leetcode.10------------Regular Expression Matching
Implement regular expression matching with support for '.' and '*'. '.' Matches any single character. '*' Matches zero or more of the preceding element. The matching should cover the entire input st...
分类:其他好文   时间:2015-01-29 14:39:45    阅读次数:107
HDU 1010 DFS+剪枝
DFS+剪枝...
分类:其他好文   时间:2015-01-29 14:39:30    阅读次数:158
poj-3286 Silver Cow Party
题目链接:http://poj.org/problem?id=3268 求牛参加聚会的往返最长的路径是多少。往返的时候翻转矩阵,再计算一次,两次求和。 #include #include #include #include #include using namespace std; const int MAXV = 4010; const int inf = 10000000; ...
分类:其他好文   时间:2015-01-29 12:51:51    阅读次数:209
goodarticle.4-----------------Regular Expression Matching
Implement regular expression matching with support for ‘.’ and ‘*’. ‘.’ Matches any single character. ‘*’ Matches zero or more of the preceding element. The matching should cover the...
分类:其他好文   时间:2015-01-29 12:43:39    阅读次数:167
679条   上一页 1 ... 43 44 45 46 47 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!