LRUCache cache = new LRUCache( 2 /* capacity */ );. 运用你所掌握的数据结构,设计和实现一个LRU (最近最少使用) 缓存机制。它应该支持以下操作: 获取 ...
確定! 回上一頁