diff --git a/algorithms-sorting/README.md b/algorithms-sorting/README.md index 36460293b0..48c75f88cd 100644 --- a/algorithms-sorting/README.md +++ b/algorithms-sorting/README.md @@ -5,3 +5,4 @@ - [Quicksort Algorithm Implementation in Java](https://www.baeldung.com/java-quicksort) - [Insertion Sort in Java](https://www.baeldung.com/java-insertion-sort) - [Heap Sort in Java](https://www.baeldung.com/java-heap-sort) +- [Shell Sort in Java](https://www.baeldung.com/java-shell-sort)