diff --git a/数据结构与算法之美/数据结构 - 链表.md b/数据结构与算法之美/数据结构 - 链表.md index e874773..9f47171 100644 --- a/数据结构与算法之美/数据结构 - 链表.md +++ b/数据结构与算法之美/数据结构 - 链表.md @@ -86,4 +86,6 @@ class LinkedListQueue { return this.len; } } -``` \ No newline at end of file +``` + +## 实现一个简单的 LRU 缓存淘汰策略 \ No newline at end of file