Skip to content

Commit c0cb487

Browse files
committed
Added BlockSort Implementation
1 parent 7e48821 commit c0cb487

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thealgorithms/sorts/BlockSort.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ private <T extends Comparable<? super T>> T[] mergeBlocks(T[][] blocks) {
6969
result[index++] = element; // Add each element from the block to the result array
7070
}
7171
}
72-
7372
return result;
7473
}
7574
}

0 commit comments

Comments
 (0)