LeetCode 设计类型的题库:https://leetcode-cn.com/tag/design/ ### 题目列表 - [146. LRU 缓存机制](https://github.com/ShannonChenCHN/algorithm-and-data-structure/issues/26#issuecomment-791915420)⭐️ - [分别用数组和链表实现一个队列](https://github.com/ShannonChenCHN/algorithm-and-data-structure/issues/16#issuecomment-763687542) - [实现一个循环队列](https://github.com/ShannonChenCHN/algorithm-and-data-structure/issues/16#issuecomment-763688835) - [460. LFU 缓存](https://leetcode-cn.com/problems/lfu-cache/) #### 总结 - 重点掌握 LRU 缓存设计