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 a9999e6 commit c3f92d2Copy full SHA for c3f92d2
src/test/java/com/thealgorithms/sorts/StrandSortTest.java
@@ -1,6 +1,6 @@
1
package com.thealgorithms.sorts;
2
3
-class StrandSortTest extends SortingAlgorithmTest{
+class StrandSortTest extends SortingAlgorithmTest {
4
@Override
5
SortAlgorithm getSortAlgorithm() {
6
return new StrandSort();
0 commit comments