Skip to content

Solve Issue #554 Implemented ShellSort#555

Open
tankarageldi wants to merge 1 commit intowilliamfiset:masterfrom
tankarageldi:master
Open

Solve Issue #554 Implemented ShellSort#555
tankarageldi wants to merge 1 commit intowilliamfiset:masterfrom
tankarageldi:master

Conversation

@tankarageldi
Copy link

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant