Skip to content

Commit 321ed68

Browse files
author
PARISOT paul andrea
committed
modification of CombSort
1 parent e080b26 commit 321ed68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sorts/CombSort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static void main(String[] args) {
4848

4949
cS(array);
5050

51-
// Output => 1 4 6 9 12 23 54 78 231
51+
// Output => 1 4 6 9 12 23 54 78 231
5252
for(int i=0; i<array.length; i++){
5353
System.out.print(array[i]+"\t");
5454
}

0 commit comments

Comments
 (0)