From 0203f774e9de0e90dcec8f7e0631ad52835bf46a Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 29 Jul 2021 03:38:54 +0800 Subject: [PATCH] Update README.md --- data-structures/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/data-structures/README.md b/data-structures/README.md index f207c2e92b..cfcfbc6a0a 100644 --- a/data-structures/README.md +++ b/data-structures/README.md @@ -13,3 +13,4 @@ This module contains articles about data structures in Java - [Graphs in Java](https://www.baeldung.com/java-graphs) - [Implementing a Ring Buffer in Java](https://www.baeldung.com/java-ring-buffer) - [How to Implement Min-Max Heap In Java](https://www.baeldung.com/java-min-max-heap) +- [How to Implement LRU Cache in Java](https://www.baeldung.com/java-lru-cache)