Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Solve Issue #554 Implemented ShellSort

Open tankarageldi opened this issue 11 months ago • 0 comments
trafficstars

Changed the loop for copying the array to Systems.arraycopy() method in MergeSort.java Removed the unused import of java.util.* from HeapSort.java file Created A ShellSort.java file, which implements the ShellSort algorithm, explained inside the code. Created Tests for Shell Sort algorithm, which includes testing different cases. Added ShellSort algorithm to the SortingTest.

tankarageldi avatar Nov 26 '24 02:11 tankarageldi