Update Bubble Sort.cpp

This commit is contained in:
nikhil kala
2020-04-24 13:48:19 +05:30
committed by GitHub
parent 4f5f1f4225
commit b390775971

View File

@@ -48,7 +48,7 @@ int main()
cout << numbers[i] << endl;
}
}
return 0;
return 0;
}
/*The working principle of the Bubble sort algorithm: