码迷,mamicode.com
首页 >  
搜索关键字:infinite    ( 571个结果
POJ2309 BST
Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this subtree by repe...
分类:其他好文   时间:2014-08-03 12:49:15    阅读次数:229
Binary Tree
Description Background  Binary trees are a common data structure in computer science. In this problem we will look at an infinite binary tree where the nodes contain a pair of integers. Th...
分类:其他好文   时间:2014-08-01 19:39:52    阅读次数:207
【HackerRank】 Filling Jars
Animesh has N empty candy jars, numbered from 1 to N, with infinite capacity. He performs M operations. Each operation is described by 3 integers a, b...
分类:其他好文   时间:2014-07-30 11:53:43    阅读次数:221
ios ,scrollView,downloadImage
http://iosdevelopertips.com/user-interface/creating-circular-and-infinite-uiscrollviews.htmlhttps://github.com/darcyliu/SampleCode/tree/master/StreetS...
分类:移动开发   时间:2014-07-25 19:13:51    阅读次数:252
poj 1328 Radar Installation
Radar Installation Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 51305   Accepted: 11514 Description Assume the coasting is an infinite straight line. Land...
分类:其他好文   时间:2014-07-18 23:07:57    阅读次数:278
UVA 10168 Summation of Four Primes(数论)
Summation of Four Primes Input: standard input Output: standard output Time Limit: 4 seconds Euler proved in one of his classic theorems that prime numbers are infinite in number. But can every nu...
分类:其他好文   时间:2014-07-17 21:05:16    阅读次数:299
[ACM] POJ 1328 Radar Installation (贪心,区间选点问题)
Radar Installation Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 51131   Accepted: 11481 Description Assume the coasting is an infinite straight line. La...
分类:其他好文   时间:2014-07-14 12:58:50    阅读次数:241
poj 2309 BST(数学题)
BSTTime Limit:1000MSMemory Limit:65536KTotal Submissions:8440Accepted:5093DescriptionConsider an infinite full binary search tree (see the figure belo...
分类:其他好文   时间:2014-07-13 11:22:45    阅读次数:251
POJ 1328:Radar Installation
Radar Installation Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 50843   Accepted: 11415 Description Assume the coasting is an infinite straight line. La...
分类:其他好文   时间:2014-07-09 09:18:56    阅读次数:243
UVA 10627 - Infinite Race(数论)
UVA 10627 - Infinite Race 题目链接 题意:一段跑道,A,B分别在两端,速度为u,v,两个人跑到另一端马上回头,回头时间不计,问经过单位时间t,两人相遇几次 思路:追及相遇问题,这样计算: 1、迎面相遇次数:第N次迎面相遇,路程和 = 全程*(2N-1) ans+=((u+v)t+l)/(2l) 2、追及相遇次数:第N次追上相遇,路程差 = 全程*(...
分类:其他好文   时间:2014-07-08 14:43:28    阅读次数:158
571条   上一页 1 ... 53 54 55 56 57 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!