Using a Bubble Sort
In this exercise, you use what you have learned about sorting data using a bubble sort. Study the following code, and then answer Questions 1-4.
1. Does this code perform an ascending sort or a descending sort? How do you know?
__________________________________________________________________________________
2. How many passes are made over the data in the array?
__________________________________________________________________________________
3. How many comparisons are made?
__________________________________________________________________________________
4. Do the variables named numPasses, numCompares, and numSwaps accurately keep track of the number of passes, compares, and swaps made in this bubble sort? Explain your answer.
__________________________________________________________________________________
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.