From e81eeba3d613ca7d01580538564ab755c0cb585c Mon Sep 17 00:00:00 2001 From: chefyuan Date: Sat, 3 May 2025 21:50:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20LRU=20=E5=92=8CLFU?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 8196 -> 8196 bytes README.md | 1 + animation-simulation/缓存淘汰算法/LFU.md | 0 animation-simulation/缓存淘汰算法/LRU.md | 0 4 files changed, 1 insertion(+) create mode 100644 animation-simulation/缓存淘汰算法/LFU.md create mode 100644 animation-simulation/缓存淘汰算法/LRU.md diff --git a/.DS_Store b/.DS_Store index e64bb2a3a9223893a9d179fb2a3a701f662a557e..4e7ebbd0e5ef13ec1261d55c242d855ec237c6fd 100644 GIT binary patch delta 20 bcmZp1XmMB|$YE+=prc@7VYrz?@DCpVJQ@X- delta 20 bcmZp1XmMB|$YEq=prc@HVzHS+@DCpVJV6DU diff --git a/README.md b/README.md index 89f9fc3..3256394 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@
+另外如果你需要 C++ 项目的话,可以看下这些项目介绍 [www.chengxuchu.com/cppcamp.html](https://www.chengxuchu.com/cppcamp.html) --- ### 📢 数据结构(前置知识) diff --git a/animation-simulation/缓存淘汰算法/LFU.md b/animation-simulation/缓存淘汰算法/LFU.md new file mode 100644 index 0000000..e69de29 diff --git a/animation-simulation/缓存淘汰算法/LRU.md b/animation-simulation/缓存淘汰算法/LRU.md new file mode 100644 index 0000000..e69de29