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)