[LeetCode] 146. LRU Cache 最近最少使用页面置换缓存器

Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and put. get(key) - Get the
posted @ 2015-06-19 03:10  Grandyang  阅读(30230)  评论(15)    收藏  举报
Fork me on GitHub