Sorter

Generate a new array of random values between 0 and 100

Sorting Algo:

Bubble sort moves one val into position during each iteration; iteratively finding the largest val and moving it into position

Legend:

Unsorted

Comparing

Swapping

Sorted