Bubble sort: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m robot Aggiungo: ru, zh |
|||
Riga 90:
{
int temp = 0;
for(
if(x[j]>x[i]){
}
array[j] = temp;▼
}
}
|
m robot Aggiungo: ru, zh |
|||
Riga 90:
{
int temp = 0;
for(
if(x[j]>x[i]){
}
array[j] = temp;▼
}
}
|