Suppose the unsorted list of numbers are (9, 5, 2, 4, 8, 1, 6), and we will perform bubble sort on the list. What would
Posted: Tue Jul 12, 2022 8:17 am
Suppose the unsorted list of numbers are (9, 5, 2, 4, 8, 1, 6), and we will perform bubble sort on the list. What would be the resulting list (still contains 7 values) af the third pass?