Sorting Algorithms

Below are different types of sorting algithims. Click the button to do 1 at a time, or click the bottom button to do all sorts at once to see the efficiency.

Bubble Sort

Evaluate 2 at a time, swap if one to the right is larger

Selection Sort

Evaluate 1 at a time, find largest and sort it