Computer Science, asked by anitawadhwanip5dx74, 11 months ago

1. What will the following array look like after 2nd iteration of bubble
sort(descending order):
13, 24, 5, 29, 2, 17, 4​

Answers

Answered by kamathpai79
0

Answer: BUBBLE SORT

24 13 29 5 17 4 2

Explanation:

1st iteration

24 13 29 5 17 4 2

2nd iteration

24 29 13 17 5 4 2

3rd iteration

29 24 17 13 5 4 2

Similar questions