update at 2022-03-18 22:38:16 by ehlxr
This commit is contained in:
parent
1b2a33d72d
commit
b7da6e9537
@ -108,7 +108,7 @@ public class QuickSort {
|
|||||||
p = l;
|
p = l;
|
||||||
System.out.println(Arrays.toString(a));
|
System.out.println(Arrays.toString(a));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sort2(a, i, p - 1);
|
sort2(a, i, p - 1);
|
||||||
sort2(a, p + 1, j);
|
sort2(a, p + 1, j);
|
||||||
|
Loading…
Reference in New Issue
Block a user