Bubble Sort (Time Complexity)

best, average and worst case time complexity of the bubble sort algorithm (Reading time: under 1 minute)

We'll cover the following...

Best:

The array is already sorted.

Average and worst:

...