Bubble Sort Quiz

Test your understanding of the Bubble Sort algorithm

Exercise:

Using Bubble Sort on this array, how does the array look like after the FIRST run?

Array: [7, 14, 11, 8, 9]

Attempts: 0/3

⭐ Total Points: 0

Exercise:

Using Bubble Sort, what does the array look like after the SECOND run?

Array: [5, 3, 8, 4, 2]

Attempts: 0/3

⭐ Total Points: 0

Exercise:

Bubble Sort is performed on this array. How does the array look like after it is FULLY sorted?

Array: [10, 2, 7, 5, 3]

Attempts: 0/3

⭐ Total Points: 0