摘要: Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu... 阅读全文
posted @ 2014-10-01 00:29 metalx 阅读(189) 评论(0) 推荐(0) 编辑