update at 2022-03-18 22:38:16 by ehlxr

master
ehlxr 2022-03-18 22:38:16 +08:00
parent 1b2a33d72d
commit b7da6e9537
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class QuickSort {
p = l;
System.out.println(Arrays.toString(a));
}
}
sort2(a, i, p - 1);
sort2(a, p + 1, j);