码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
Unique Path
A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right at any point ...
分类:其他好文   时间:2015-07-26 12:33:00    阅读次数:97
[CareerCup] 3.4 Towers of Hanoi 汉诺塔
3.4 In the classic problem of the Towers of Hanoi, you have 3 towers and N disks of different sizes which can slide onto any tower. The puzzle starts ...
分类:其他好文   时间:2015-07-26 12:25:22    阅读次数:122
csharp:Dapper Sample
You can find Dapper on Google Code here:http://code.google.com/p/dapper-dot-net/and the GitHub distro here:https://github.com/SamSaffron/dapper-dot-ne...
分类:移动开发   时间:2015-07-26 06:05:54    阅读次数:206
HDU buildings
Problem DescriptionWe divide the HZNU Campus into N*M grids. As you can see from the picture below, the green grids represent the buidings. Given the ...
分类:其他好文   时间:2015-07-25 21:16:26    阅读次数:106
【LeetCode】239. Sliding Window Maximum
Sliding Window MaximumGiven an arraynums, there is a sliding window of sizekwhich is moving from the very left of the array to the very right. You can...
分类:Windows程序   时间:2015-07-25 19:54:31    阅读次数:298
二分查找 HDOJ 2141 Can you find it?
题目传送门 1 /* 2 题意:给出一个数,问是否有ai + bj + ck == x 3 二分查找:首先计算sum[l] = a[i] + b[j],对于q,枚举ck,查找是否有sum + ck == x 4 */ 5 #include 6 #include 7 #incl...
分类:其他好文   时间:2015-07-25 19:49:45    阅读次数:101
每周一赛(E题,广搜求方案)
DescriptionIn this problem, you are given an integer numbers. You can transform any integer numberAto another integer numberBby addingxtoA. Thisxis an...
分类:其他好文   时间:2015-07-25 18:23:13    阅读次数:132
Attribute
AttributeThe Attribute class associates predefined system information or user-defined custom information with a target element. A target element can b...
分类:其他好文   时间:2015-07-25 18:17:05    阅读次数:110
POJ 3280 Cheapest Palindrome (DP)
??DescriptionKeeping track of all the cows can be a tricky task so Farmer John has installed a system to automate it. He has installed on each cow an ...
分类:其他好文   时间:2015-07-25 18:10:14    阅读次数:102
poj 1797 Heavy Transportation(最大生成树)
poj 1797 Heavy TransportationDescription Background Hugo Heavy is happy. After the breakdown of the Cargolifter project he can now expand business. But he needs a clever man who tells him whether the...
分类:其他好文   时间:2015-07-25 16:57:11    阅读次数:160
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!