From fa03676a045fdeb10e4cee7e201bc1383868d9f8 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:58:55 +0800 Subject: [PATCH] Update README.md --- algorithms-modules/algorithms-miscellaneous-8/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/algorithms-modules/algorithms-miscellaneous-8/README.md b/algorithms-modules/algorithms-miscellaneous-8/README.md index 5e4256eb47..ae340469ff 100644 --- a/algorithms-modules/algorithms-miscellaneous-8/README.md +++ b/algorithms-modules/algorithms-miscellaneous-8/README.md @@ -7,4 +7,5 @@ - [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) - [SkipList Implementation in Java](https://www.baeldung.com/java-skiplist) +- [Find the Date of Easter Sunday for the Given Year](https://www.baeldung.com/java-determine-easter-date-specific-year) - More articles: [[<-- prev]](/algorithms-miscellaneous-7)