2014年12月20日

LRU Cache -- LeetCode

摘要: 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-12-20 14:11 Stomach_ache 阅读(317) 评论(0) 推荐(0) 编辑

导航