diff --git "a/\351\253\230\351\242\221\351\235\242\350\257\225\347\263\273\345\210\227/LRU\347\256\227\346\263\225.md" "b/\351\253\230\351\242\221\351\235\242\350\257\225\347\263\273\345\210\227/LRU\347\256\227\346\263\225.md" index 5bc9bf3e1e5747a0185e1b200765c0aee18995a0..e8025622324a9736efe8dffa1433d611f4df6920 100644 --- "a/\351\253\230\351\242\221\351\235\242\350\257\225\347\263\273\345\210\227/LRU\347\256\227\346\263\225.md" +++ "b/\351\253\230\351\242\221\351\235\242\350\257\225\347\263\273\345\210\227/LRU\347\256\227\346\263\225.md" @@ -219,7 +219,7 @@ if (cap == cache.size()) { ![labuladong](../pictures/labuladong.png) -![eric wang](https://www.github.com/eric496) 提供 Python3 代码 +[eric wang](https://www.github.com/eric496) 提供 Python3 代码 ```python class ListNode: