随笔分类 -  Leetcode | Data Structure Design

摘要:问题描述Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get... 阅读全文
posted @ 2015-07-23 14:40 Chapter 阅读(165) 评论(0) 推荐(0)