Number sorter

Sort numbers with three different sorts.

Enter numbers to sort:

  


This simple tool allows you to observe the result of sorting integers using three different sorting algorithms: bubble sort, selection sort, and insertion sort.

Directions: 

  1. Enter the numbers you want sorted in the form.
  2. Enter only whole numbers separated by one or more blanks.
  3. You can enter as many numbers as you like but the output will look the best with less then 30 numbers.
  4. Click "Sort".
  5. Use the "Pick random" button if you want some random numbers generated.
  6. The results will appear in a popup window.