Skip to content

Commit f0c38df

Browse files
Merge pull request #43 from theycallmemac/patch-15
Rename Quicksort.java to Sorts/Quicksort.java
2 parents 84eb973 + 7d586be commit f0c38df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Quicksort.java renamed to Sorts/Quicksort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ public static void printarray(int[] array){
9999
System.out.print(data + " ");
100100
}
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)