码迷,mamicode.com
首页 >  
搜索关键字:recently    ( 891个结果
UVA - 12130 Summits
Description Problem G - Summits Time limit: 8 seconds You recently started working for the largest map drawing company in theNetherlands. Part of your job is to determine what the summits in apar...
分类:其他好文   时间:2014-07-19 08:13:31    阅读次数:288
Codeforces Round #256 (Div. 2) A Rewards
A. RewardsBizon the Champion is called the Champion for a reason.Bizon the Champion has recently got a present — a new glass cupboard with n shelves a...
分类:其他好文   时间:2014-07-18 10:17:51    阅读次数:254
LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:其他好文   时间:2014-07-11 20:36:27    阅读次数:234
POJ 1502 MPI Maelstrom
MPI MaelstromTime Limit:1000MSMemory Limit:10000KTotal Submissions:5044Accepted:3089DescriptionBIT has recently taken delivery of their new supercompu...
分类:其他好文   时间:2014-07-11 18:41:40    阅读次数:270
zoj3080chibi
题目链接: 点我点我 题目: ChiBi Time Limit: 5 Seconds      Memory Limit: 32768 KB watashi's mm is so pretty as well as smart. Recently, she has watched the movie Chibi. So she knows more about the...
分类:其他好文   时间:2014-07-10 22:27:00    阅读次数:262
[leetcode] LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.
分类:其他好文   时间:2014-07-08 22:54:28    阅读次数:287
Problem LRU Cache
Problem Description:Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.ge...
分类:其他好文   时间:2014-07-07 16:41:12    阅读次数:237
LeetCode: LRU Cache [146]
【题目】 Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be positive) of the key if the key exists in the cache, otherwise return -1. se...
分类:其他好文   时间:2014-06-29 22:45:26    阅读次数:358
[LeetCode]LRU Cache有个问题,求大神解答
题目:Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the v...
分类:其他好文   时间:2014-06-25 14:12:42    阅读次数:214
LeetCode || LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be positive) of the key if ...
分类:其他好文   时间:2014-06-24 17:25:41    阅读次数:197
891条   上一页 1 ... 84 85 86 87 88 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!