Bubble Sort works by repeatedly comparing adjacent elements in a list and swapping them if they are in the wrong order. This process continues until no more swaps are required, indicating that the list is sorted. Therefore, the correct answer is "Bubble Sort."