The pseudocode you provided describes the Bubble Sort algorithm.
In Bubble Sort, adjacent elements in the list are compared and swapped if they are in the wrong order. This process is repeated for each element until no more swaps are needed, indicating that the list is sorted.
So, the correct response is bubble sort.