摘要: 题目: 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 @ 2016-06-22 16:57 ElNinoT 阅读(235) 评论(0) 推荐(0) 编辑