1. Start at the first item in the list
2. Compare the current item with the next item in the list
3. If they should be the other way around then swap them
4. Move one item to the right and repeat
5. Repeat from step 2 until you reach the end of the list
6. If you have made a swap since step 1 then repeat from step 1