Problem Statement for Bubble sort-
Conditions -
1. Accept the number list runtime. User will enter the numbers with a space in between.
2. Sort the number list in ascending order using bubble sort mechanism.
3. Please keep the count of swaps done while doing sorting.
4. Print the swap count, and the sorted number list.
Please find the code on public git repository
https://github.com/stepbystep-2021/St...