This algorithm handles an unordered list of numbers and sorts it by comparing the number being pointed to the one at the right, and switching them if that one is bigger. The process is repeated until the whole list is sorted
TYPE SOME NUMBERS