The figure illustrates an interactive showing the creation of a random list.

Usage: Perform selection sort for a list of integers. Click the Next button to find the smallest element (highlighted in red) and swap this element with the first element (highlighted in orange) in the the unsorted sublist. The elements that are already sorted are highlighted in light green. Click the Reset button to start over with a new random list of the specified size (min 3 and max 20). The Custom Input button enables you to enter a custom list.

i: 1
A list is filled with random numbers.