摘要: 146. LRU Cache 题目链接:https://leetcode.com/problems/lru-cache/#/description 题目大意:为最近最少访问cache设计和实现一个数据结构,该数据结构应该支持get和put操作。 get(key) - Get the value (w 阅读全文
posted @ 2017-03-26 21:40 小谷子的博客园 阅读(285) 评论(0) 推荐(0) 编辑