Explanation: The sorting algorithm that compares adjacent elements and swaps them if out of order. Inefficient for large lists due to O(n^2) complexity.