Skip to content

Commit 01921ad

Browse files
authored
Update QuickSort.java
1 parent dde3106 commit 01921ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QuickSort/Java/QuickSort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.dev.namhoai.sort;
1+
22

33
public class QuickSort {
44
public static void sort(int[] a) {

0 commit comments

Comments
 (0)