Bubble sort

A simple but ineffective sorting technique that goes through a list of items two at a time comparing each of them and swapping them if needed. This is repeated until the list no longer needs to be organized.

Also see: Sort