From 5b3c2dbd8924a2be0d3ccf26ffa5a6a43ae3d5a8 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:43:20 +0800 Subject: [PATCH] Update README.md --- algorithms-modules/algorithms-miscellaneous-8/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/algorithms-modules/algorithms-miscellaneous-8/README.md b/algorithms-modules/algorithms-miscellaneous-8/README.md index 8bd185a7ba..5e4256eb47 100644 --- a/algorithms-modules/algorithms-miscellaneous-8/README.md +++ b/algorithms-modules/algorithms-miscellaneous-8/README.md @@ -6,4 +6,5 @@ - [Check if a Number Is a Happy Number in Java](https://www.baeldung.com/java-happy-sad-number-test) - [Find the Largest Number Possible After Removing k Digits of a Number](https://www.baeldung.com/java-find-largest-number-remove-k-digits) - [Implement Connect 4 Game with Java](https://www.baeldung.com/java-connect-4-game) -- More articles: [[<-- prev]](/algorithms-miscellaneous-7) \ No newline at end of file +- [SkipList Implementation in Java](https://www.baeldung.com/java-skiplist) +- More articles: [[<-- prev]](/algorithms-miscellaneous-7)