[Leetcode] LRU Cache. 哈希表+雙向鏈表之實現

題目 首先來看題目,就是實現一個LRU,最近最少使用。ios Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.web get(key) - Get the value (will alw
相關文章
相關標籤/搜索