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)