From 01f7087847597a6ffa750edf5cf0987f3bea31c3 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Sat, 27 May 2023 16:54:13 +0530 Subject: [PATCH] backlink updated --- data-structures/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-structures/README.md b/data-structures/README.md index 4a01edbb06..764a854516 100644 --- a/data-structures/README.md +++ b/data-structures/README.md @@ -12,5 +12,5 @@ This module contains articles about data structures in Java - [Guide to AVL Trees in Java](https://www.baeldung.com/java-avl-trees) - [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://staging8.baeldung.com/java-min-max-heap) +- [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)