LRU Cache

这是一道很是高频,很是经典的题目:html 首先分析下题意:前端 Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.node get(key) - Get the value (will
相关文章
相关标签/搜索