Bubble sort: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Riga 90:
{
int temp = 0;
for(j=0;j<
for(i=j;i<
if(x[j]>x[i]){
temp=x[j];
|
Riga 90:
{
int temp = 0;
for(j=0;j<
for(i=j;i<
if(x[j]>x[i]){
temp=x[j];
|