码迷,mamicode.com
首页 >  
搜索关键字:has-a    ( 11077个结果
poj2901 Hotel
HotelTime Limit:10000MSMemory Limit:65536KTotal Submissions:859Accepted:280DescriptionZebel, the tour coordinator, has reserved a limited number of ho...
分类:其他好文   时间:2014-10-06 19:38:10    阅读次数:261
LeetCode Merge Sorted Array
Given two sorted integer arrays A and B, merge B into A as one sorted array.Note:You may assume that A has enough space (size that is greater or equal...
分类:其他好文   时间:2014-10-06 13:11:00    阅读次数:167
Path Sum
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum. For example: Given the below binary tree and sum ...
分类:其他好文   时间:2014-10-06 01:23:59    阅读次数:228
LeetCode:Maximum Product Subarray
题目:Maximum Product SubarrayFind the contiguous subarray within an array (containing at least one number) which has the largest product. For example, g...
分类:其他好文   时间:2014-10-05 21:45:29    阅读次数:198
ACdream 1056 Bad Horse (种类并查集)
Bad Horse Time Limit: 2000/1000MS (Java/Others) Memory Limit: 128000/64000KB (Java/Others) SubmitStatus Problem Description As the leader of the Evil League of Evil, Bad Horse has a lot of ...
分类:其他好文   时间:2014-10-05 18:40:59    阅读次数:167
BZOJ3538: [Usaco2014 Open]Dueling GPS
3538: [Usaco2014 Open]Dueling GPSTime Limit:1 SecMemory Limit:128 MBSubmit:59Solved:36[Submit][Status]DescriptionFarmer John has recently purchased a ...
分类:其他好文   时间:2014-10-05 11:55:28    阅读次数:240
ASC(22)H(大数+推公式)
High Speed Trains Time Limit: 4000/2000MS (Java/Others)Memory Limit: 128000/64000KB (Java/Others) SubmitStatisticNext Problem Problem Description       The kingdom of Flatland has n citi...
分类:其他好文   时间:2014-10-05 10:27:18    阅读次数:198
POJ 3254 Corn Fields(状态压缩DP)
Corn FieldsTime Limit:2000MSMemory Limit:65536KTotal Submissions:4739Accepted:2506DescriptionFarmer John has purchased a lush new rectangular pasture ...
分类:其他好文   时间:2014-10-05 04:00:47    阅读次数:243
JavaScript Garden2
TypesEquality and ComparisonsJavaScript has two different ways of comparing the values of objects for equality.The Equality OperatorThe equality opera...
分类:编程语言   时间:2014-10-05 03:25:57    阅读次数:166
SPOJ 15. The Shortest Path 堆优化Dijsktra
You are given a list of cities. Each direct connection between two cities has its transportation cost (an integer bigger than 0). The goal is to find the paths of minimum cost between pairs of cities....
分类:Web程序   时间:2014-10-05 01:29:57    阅读次数:289
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!