mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-23 07:14:21 +07:00
10 lines
223 B
Java
10 lines
223 B
Java
class C {
|
|
void sort(int[] array) {
|
|
int j;
|
|
for (int i = 0; i < array.length; i++) {
|
|
j = 0;
|
|
while (j<i) boolean bool = array[j] > array[i];&&(array[j] > array[i])
|
|
|
|
}
|
|
}
|
|
} |