We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb7c22 commit ac5fbf5Copy full SHA for ac5fbf5
src/main/java/de/moritzf/sorting/logic/sorting/ShellSort.java
@@ -29,7 +29,7 @@ public class ShellSort extends SortingAlgorithm {
29
30
private static final String NAME = "Shellsort";
31
32
- private static final int STEP_LIMIT = 20;
+ private static final int STEP_LIMIT = -1;
33
34
private ArrayList<ShellStep> protocol = new ArrayList<>();
35
0 commit comments