Selection Sort

Directions:

1. Watch videos here on the different sorts
2. Fill in the empty pink blocks from starting from left to right by dragging the numbers from the blue blocks

Step 1:

a. Switch the first element with the smallest number (highlighted in blue)
b. Bring the rest of the elements down

6
4
2
5
3
1
7

Step 2:

Step 3:

Step 4:

Selection Sort Insertion Sort Quick Sort Merge Sort Practice Selection Sort Practice Insertion Sort Practice Quick Sort Practice Merge Sort