Which of the following relies on swapping adjacent elements to sort a dataset?(1 point)

Responses

bubble sort
bubble sort

quicksort
quicksort

merge sort
merge sort

selection sort

1 answer

The sorting algorithm that relies on swapping adjacent elements to sort a dataset is bubble sort.